fix relative urls and make partials for article info
This commit is contained in:
parent
cc3c20d597
commit
9f0279bfe1
8 changed files with 38 additions and 81 deletions
5
layouts/partials/articleInfoDate.html
Normal file
5
layouts/partials/articleInfoDate.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="article-info">
|
||||
{{ if .Params.date }}
|
||||
<div class="article-date">{{ .Params.date.Format "2006-01-02" }}</div>
|
||||
{{ end }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue