Add icon on defaul single view infront of back-to-homepage link
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
parent
a9d7afe14c
commit
a8f0e18f56
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@
|
||||||
<main class="content page-template page-{{ .Slug }}" role="main">
|
<main class="content page-template page-{{ .Slug }}" role="main">
|
||||||
<article class="post page">
|
<article class="post page">
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<a id="blog-logo" href="{{ "/" | relURL }}">
|
<a id="blog-logo" href="{{ "/" | relURL }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .Site.Title }}</a>
|
||||||
{{ .Site.Title }}
|
|
||||||
</a>
|
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title">{{ .Title }}</h1>
|
<h1 class="post-title">{{ .Title }}</h1>
|
||||||
<section class="post-content">
|
<section class="post-content">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue