Skip to content

Commit e016ba3

Browse files
committed
Update date of citation
1 parent 1de2dcd commit e016ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="mb-5">{{ .Title }}</h2>
3535
</div>
3636
<div class="citation-div mt-3 pl-3 border-bottom">
3737
<h6>{{ i18n "cite_page" }}:</h6>
38-
<p>{{ if .Params.authors }}{{ delimit .Params.authors ", " }}{{ else }}Symbiota Support Hub{{ end }}{{ if .Params.editors }}, ed: {{ delimit .Params.editors ", " }}{{ end }}{{ if .Params.translators }}, trad: {{ delimit .Params.translators ", " }}{{ end }}. <span class="font-weight-bold">{{ .Page.Title }}</span>. <span class="font-italic">In</span>: Symbiota Support Hub (2021). <span class="font-weight-bold">Symbiota Documentation</span>. <a href="{{ .Permalink }}">{{ .Permalink }}</a>. {{ i18n "created_on" }} {{ .Date.Format "02 Jan 2006" }}{{ if ne .Lastmod .Date }}, {{ i18n "edited_on" }} {{ .Lastmod.Format "02 Jan 2006" }}{{ end }}.</p>
38+
<p>{{ if .Params.authors }}{{ delimit .Params.authors ", " }}{{ else }}Symbiota Support Hub{{ end }}{{ if .Params.editors }}, ed: {{ delimit .Params.editors ", " }}{{ end }}{{ if .Params.translators }}, trad: {{ delimit .Params.translators ", " }}{{ end }}. <span class="font-weight-bold">{{ .Page.Title }}</span>. <span class="font-italic">In</span>: Symbiota Support Hub (2024). <span class="font-weight-bold">Symbiota Documentation</span>. <a href="{{ .Permalink }}">{{ .Permalink }}</a>. {{ i18n "created_on" }} {{ .Date.Format "02 Jan 2006" }}{{ if ne .Lastmod .Date }}, {{ i18n "edited_on" }} {{ .Lastmod.Format "02 Jan 2006" }}{{ end }}.</p>
3939
</div>
4040
<nav class="pagination mt-3">
4141
<!-- Next prev page -->

0 commit comments

Comments
 (0)