Fix #565
This commit is contained in:
parent
07a2e0577e
commit
53eef90be2
@ -16,7 +16,7 @@ footer_text: >
|
||||
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
|
||||
|
||||
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
|
||||
icon: 🔥 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
|
||||
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
|
||||
|
||||
url: https://alshedivat.github.io # the base hostname & protocol for your site
|
||||
baseurl: /al-folio # the subpath of your site, e.g. /blog/
|
||||
|
@ -14,10 +14,10 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_light | append: '.css' }}" media="none" id="highlight_theme_light" />
|
||||
|
||||
<!-- Styles -->
|
||||
{% if site.icon.size == 1 %}
|
||||
{% if site.icon.size < 3 %}
|
||||
<link rel="shortcut 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>">
|
||||
{% elsif site.icon != blank %}
|
||||
<link rel="shortcut icon" href="{{ site.icon | prepent: '/assets/img/' | relative_url}}"/>
|
||||
<link rel="shortcut icon" href="{{ site.icon | prepend: '/assets/img/' | relative_url}}"/>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
||||
|
Loading…
Reference in New Issue
Block a user