Merge pull request #96 from susnux/feat/icon-on-back
Add icon on default single view infront of back-to-homepage link
This commit is contained in:
commit
16ac779650
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@
|
|||
<main class="content page-template page-{{ .Slug }}" role="main">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="{{ "/" | relURL }}">
|
||||
{{ .Site.Title }}
|
||||
</a>
|
||||
<a id="blog-logo" href="{{ "/" | relURL }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .Site.Title }}</a>
|
||||
</header>
|
||||
<h1 class="post-title">{{ .Title }}</h1>
|
||||
<section class="post-content">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue