diff --git a/_includes/home-hub.html b/_includes/home-hub.html index 11666ce..145cb17 100644 --- a/_includes/home-hub.html +++ b/_includes/home-hub.html @@ -1,6 +1,7 @@ {% assign projects = site.prexian.projects | where_exp: "item", "item.home_url != nil" %} {% assign posts = site.prexian.posts_combined %} {% assign num_posts = site.prexian.num_posts_combined %} +{% assign symbol_svg = site.static_files | where: "path", "/assets/hub_symbol.svg" | first %} {% assign featured_projects = projects | where: "featured", true %} {% assign num_featured_projects = featured_projects | size %} @@ -51,8 +52,7 @@

From the Blog

{% assign num_other_projects = other_projects | size %} {% if num_other_projects > 0 %}
- {% assign relative_symbol_path = "/assets/img/symbol.svg" | relative_path %} - + Symbol

Other Projects

diff --git a/_layouts/default.html b/_layouts/default.html index 71e7622..e1927de 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -107,6 +107,7 @@

{% include logo.html %}

{% endif %} + {% assign symbol_svg = site.static_files | where: "path", "/assets/symbol2.svg" | first %} {% assign config = site.prexian %} {% if config.site_type == 'hub' %} @@ -116,7 +117,7 @@

{% include logo.html %}

{{ site.prexian.title }} is