Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-06 05:18:23 +0300
committerzzossig <zzossig@gmail.com>2020-02-06 05:18:23 +0300
commit8e6013a96483f9c60128030c50ff82d84f77082a (patch)
tree08d853f30388e1e918dba39949ddf823793002ff /archetypes
parent10c14879cb431de253e97afe7a8f090e3c704188 (diff)
search logic changed to use .Permalink
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/publication.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/archetypes/publication.md b/archetypes/publication.md
index 669effa..8311f55 100644
--- a/archetypes/publication.md
+++ b/archetypes/publication.md
@@ -1,6 +1,6 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-description:
-type: publication
----
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+type: publication
+---