<li>Tags: {{ range (.GetTerms "tags") }}<ahref="{{ .Permalink }}">#{{ .LinkTitle }}</a> {{ end }}</li>
<li>Complexity: {{ range (.GetTerms "complexity") }}<ahref="{{ .Permalink }}">{{ .LinkTitle }}</a> {{ end }}</li>
{{ if .Params.source }}<li><ahref="{{ .Params.source }}">🔗Source link</a>{{ if .Params.sourceAuthor }}: {{ .Params.sourceAuthor }}{{ end }}</li>{{ end }}
</ul>
@ -27,6 +28,7 @@ Comments will not be loaded: at <code>localhost</code>.
<divalign="center">
{{ with .PrevInSection }}<ahref="{{ .Permalink }}"><button>Previous post</button></a>{{ end }}
<ahref="/recipes"><button>Back to list</button></a>
{{ with .NextInSection }}<ahref="{{ .Permalink }}"><button>Next post</button></a>{{ end }}