added slash in missing files
This commit is contained in:
parent
2268a0723b
commit
311d91b846
10 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="referrer" content="origin" />
|
<meta name="referrer" content="origin" />
|
||||||
<meta name="generator" content="Pelican" />
|
<meta name="generator" content="Pelican" />
|
||||||
<link href="{{ SITEURL }}" rel="canonical" />
|
<link href="{{ SITEURL }}/" rel="canonical" />
|
||||||
|
|
||||||
<!-- Feed -->
|
<!-- Feed -->
|
||||||
{% for name,link in SOCIAL if name.lower() in ['rss', 'rss-square', 'feed'] %}
|
{% for name,link in SOCIAL if name.lower() in ['rss', 'rss-square', 'feed'] %}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
|
@ -14,14 +14,14 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span id="menu-button" class="nav-button">
|
<span id="menu-button" class="nav-button">
|
||||||
<a class="menu-button"><i class="ic ic-menu"></i> Menu</a>
|
<a class="menu-button"><i class="ic ic-menu"></i> Menu</a>
|
||||||
</span>
|
</span>
|
||||||
</nav>
|
</nav>
|
||||||
<h1 class="blog-name"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h1>
|
<h1 class="blog-name"><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
|
||||||
{% if SITESUBTITLE %}
|
{% if SITESUBTITLE %}
|
||||||
<span class="blog-description">{{ SITESUBTITLE }}</span>
|
<span class="blog-description">{{ SITESUBTITLE }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"@context" : "http://schema.org",
|
"@context" : "http://schema.org",
|
||||||
"@type" : "Website",
|
"@type" : "Website",
|
||||||
"name": " {{ SITENAME }} ",
|
"name": " {{ SITENAME }} ",
|
||||||
"url" : "{{ SITEURL }}",
|
"url" : "{{ SITEURL }}/",
|
||||||
"image": "{{ default_cover }}",
|
"image": "{{ default_cover }}",
|
||||||
"description": "{{ description }}"
|
"description": "{{ description }}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<meta property="og:title" content="{{ SITENAME }}"/>
|
<meta property="og:title" content="{{ SITENAME }}"/>
|
||||||
<meta property="og:description" content="{{ description }}"/>
|
<meta property="og:description" content="{{ description }}"/>
|
||||||
<meta property="og:locale" content="{{ default_locale }}"/>
|
<meta property="og:locale" content="{{ default_locale }}"/>
|
||||||
<meta property="og:url" content="{{ SITEURL }}"/>
|
<meta property="og:url" content="{{ SITEURL }}/"/>
|
||||||
<meta property="og:image" content="{{ default_cover }}">
|
<meta property="og:image" content="{{ default_cover }}">
|
||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
@ -37,6 +37,6 @@
|
||||||
<meta name="twitter:site" content="@{{ link|replace('http://', 'https://')|replace('https://twitter.com/', '') }}">
|
<meta name="twitter:site" content="@{{ link|replace('http://', 'https://')|replace('https://twitter.com/', '') }}">
|
||||||
<meta name="twitter:title" content="{{ SITENAME }}">
|
<meta name="twitter:title" content="{{ SITENAME }}">
|
||||||
<meta name="twitter:description" content="{{ description}}">
|
<meta name="twitter:description" content="{{ description}}">
|
||||||
<meta name="twitter:url" content="{{ SITEURL }}">
|
<meta name="twitter:url" content="{{ SITEURL }}/">
|
||||||
<meta name="twitter:image:src" content="{{ default_cover }}">
|
<meta name="twitter:image:src" content="{{ default_cover }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
{% if SITE_LOGO %}
|
{% if SITE_LOGO %}
|
||||||
<span class="blog-logo">
|
<span class="blog-logo">
|
||||||
<a href="{{ SITEURL }}"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
<a href="{{ SITEURL }}/"><img src="{{SITE_LOGO}}" alt="Blog Logo" /></a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span id="home-button" class="nav-button">
|
<span id="home-button" class="nav-button">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue