Merge pull request #273 from henryiii/henryiii-lastmod
Adding last modified for pages if lastmod is set
This commit is contained in:
commit
3836f4c24a
3 changed files with 18 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{{ if eq .Type "page" }}
|
||||
{{ partial "page_meta.html" . }}
|
||||
{{ end }}
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue