Skip to content

Commit

Permalink
favicon atemp 2
Browse files Browse the repository at this point in the history
- reverted all changes to config and head.html files
- added a favicon.ico file to the root directory
  • Loading branch information
only1chunts committed Feb 6, 2024
1 parent 8f01c70 commit 6dce326
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ round-avatar: false
# title-img: "/assets/img/Main_gsc_logo_2010.jpg"
title-img: "/assets/img/gsc_logo_sml.png"

# Add a flavicon to the web-tab
favicon: "/assets/img/gsc_logo_sml.png"
# To add a flavicon to the web-tab simply provide a favicon.ico file in the root directory

#####################################
# --- Footer social media links --- #
Expand Down
3 changes: 0 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@
{% if layout.common-css %}
{% for css in layout.common-css %}
<link rel="stylesheet" href="{{ css | relative_url }}">
<link rel="shortcut icon" type="image/png" href="{{ site.favicon }}">
{% endfor %}
{% endif %}

{% if site.site-css %}
{% for css in site.site-css %}
<link rel="stylesheet" href="{{ css | relative_url }}">
<link rel="shortcut icon" type="image/png" href="{{ site.favicon }}">
{% endfor %}
{% endif %}

Expand All @@ -77,7 +75,6 @@
{% if page.css %}
{% for css in page.css %}
<link rel="stylesheet" href="{{ css | relative_url }}">
<link rel="shortcut icon" type="image/png" href="{{ site.favicon }}">
{% endfor %}
{% endif %}

Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 6dce326

Please sign in to comment.