1
Fork 0

Inline copyright partial and use ref to resolve page safely

This commit is contained in:
Jake Howard 2020-09-05 22:52:23 +01:00
parent d4c6c07326
commit 06ad6191f2
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
&copy; {{ now.Year }} <a href='{{ relURL "" }}'>{{ .Site.Title }}</a>.

View file

@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-4"> <div class="col-sm-4">
<p>{{ partial "copyright.html" . }}</p> <p>&copy; {{ now.Year }} <a href='{{ ref . "about" }}'>{{ .Site.Title }}</a>.</p>
<p></p> <p></p>
</div> </div>
<div class="col-sm-4 text-center px-5"> <div class="col-sm-4 text-center px-5">