2021-03-23 22:58:01 +01:00
< p >
{{ if ne .Parent nil }}
{{ if ne .Parent.Parent nil }}
{{ if ne .Parent.Parent.Parent nil }}
2021-05-02 20:41:39 +02:00
{{ if ne .Parent.Parent.Parent.Parent nil }}
{{ if ne .Parent.Parent.Parent.Parent.Parent nil }}
< a href = "{{ .Parent.Parent.Parent.Parent.Parent.Permalink }}" > {{ .Parent.Parent.Parent.Parent.Parent.Title }}< / a > >
{{ end }}
< a href = "{{ .Parent.Parent.Parent.Parent.Permalink }}" > {{ .Parent.Parent.Parent.Parent.Title }}< / a > >
{{ end }}
2021-03-23 22:58:01 +01:00
< a href = "{{ .Parent.Parent.Parent.Permalink }}" > {{ .Parent.Parent.Parent.Title }}< / a > >
{{ end }}
< a href = "{{ .Parent.Parent.Permalink }}" > {{ .Parent.Parent.Title }}< / a > >
{{ end }}
< a href = "{{ .Parent.Permalink }}" > {{ .Parent.Title }}< / a > >
{{ end }}
< strong > {{ .Title }}< / strong > < br / >
{{ .Description }}
2021-09-13 00:48:07 +02:00
{{ if (isset .Params "tags") }}{{ if ge (len .Params.tags) 1 }}< br / > Tag{{ if ge (len .Params.tags) 2 }}s{{ end }}: {{ range .Params.tags }}< a href = "/tags/{{ . }}" > {{ . }}< / a > {{ end }}{{ end }}{{ end }}
2021-03-23 22:58:01 +01:00
< / p >