Inline copyright partial and use ref to resolve page safely
This commit is contained in:
parent
d4c6c07326
commit
06ad6191f2
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
© {{ now.Year }} <a href='{{ relURL "" }}'>{{ .Site.Title }}</a>.
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<p>{{ partial "copyright.html" . }}</p>
|
||||
<p>© {{ now.Year }} <a href='{{ ref . "about" }}'>{{ .Site.Title }}</a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="col-sm-4 text-center px-5">
|
||||
|
|
Loading…
Reference in a new issue