diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 14:17:30 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 14:17:30 -0230 |
| commit | 99018e37c3e9a2d84af7d0f55715bb44c3904e13 (patch) | |
| tree | 440222ac09e3e720546a5b4435026fb8feaf526b /layouts/articles | |
| parent | be60a99b427940d69da9613a63aa9f9e6367b658 (diff) | |
| download | samanthony.xyz-99018e37c3e9a2d84af7d0f55715bb44c3904e13.zip | |
restructure
Diffstat (limited to 'layouts/articles')
| -rw-r--r-- | layouts/articles/page.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/articles/page.html b/layouts/articles/page.html deleted file mode 100644 index 22a1ac4..0000000 --- a/layouts/articles/page.html +++ /dev/null @@ -1,16 +0,0 @@ -{{ define "main" }} -<div class="article-header"> - <h1 class="title">{{ .Title }}</h1> - <p> - {{- partial "date.html" .Date -}} - {{- if gt .Lastmod .Date -}} - — modified {{ partial "date.html" .Lastmod }} - {{- end -}} - <br> - {{- if .Page.GetTerms "tags" }} - Tags: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) -}}. - {{- end }} - </p> -</div> -{{ .Content }} -{{ end }} |