File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ footer_text: >
14
14
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
15
15
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
16
16
17
+ icon : 🔥 # the emoji used as the favicon
17
18
url : # the base hostname & protocol for your site
18
19
baseurl : /al-folio # the subpath of your site, e.g. /blog/
19
20
last_updated : false # set to true if you want to display last updated in the footer
Original file line number Diff line number Diff line change 28
28
< link rel ="stylesheet " href ="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css " />
29
29
30
30
<!-- Styles -->
31
- < link rel ="shortcut icon " href ="{{ '/assets/img/favicon.ico' | relative_url }} ">
31
+ {% if site.icon != empty %}
32
+ < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ site.icon }}</text></svg> ">
33
+ {% endif %}
32
34
< link rel ="stylesheet " href ="{{ '/assets/css/main.css' | relative_url }} ">
33
35
34
36
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | relative_url }} ">
You can’t perform that action at this time.
0 commit comments