Skip to content

Commit eea2a37

Browse files
authored
Update date of citation
1 parent 33d8248 commit eea2a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/default.html

Lines changed: 2 additions & 2 deletions
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 (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>
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 (2025). <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 -->
@@ -111,4 +111,4 @@ <h6>{{ i18n "cite_page" }}:</h6>
111111
{{ end }}
112112
</li>
113113
{{ end }}
114-
{{ end }}
114+
{{ end }}

0 commit comments

Comments
 (0)