Skip to content

Commit

Permalink
Update seo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldforever committed Sep 7, 2024
1 parent 28b32b3 commit b6585b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endif %}

<title>{{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ site.title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</title>
<link rel="icon" href="/images/lhm.jpg">
<link rel="icon" href="/images/cv_image.jpg">

{% assign seo_description = page.description | default: page.excerpt | default: site.description %}
{% if seo_description %}
Expand Down

0 comments on commit b6585b2

Please sign in to comment.