nicely render project links on section page
This commit is contained in:
parent
323b9e2e3c
commit
4374c7f280
8 changed files with 56 additions and 1 deletions
|
|
@ -2,9 +2,11 @@
|
|||
<article>
|
||||
<header id="post-header">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{- if compare.Ne .Parent.Title "Home" -}}
|
||||
<div>
|
||||
Part of the <a href="{{ .Parent.Permalink }}">{{ .Parent.Title }}</a> series
|
||||
</br>
|
||||
{{- end -}}
|
||||
{{- if isset .Params "date" -}}
|
||||
{{ if eq .Lastmod .Date }}
|
||||
<time>{{ .Date | time.Format (i18n "post.created") }}</time>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue