diff options
Diffstat (limited to 'layouts/articles')
| -rw-r--r-- | layouts/articles/automotive-spreadsheets.html | 6 | ||||
| -rw-r--r-- | layouts/articles/page.html | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/layouts/articles/automotive-spreadsheets.html b/layouts/articles/automotive-spreadsheets.html deleted file mode 100644 index b2e27ab..0000000 --- a/layouts/articles/automotive-spreadsheets.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ define "main" }} - {{ partial "articles/header.html" . }} - {{ .Content }} - {{ partial "asset-table.html" (resources.Match "auto/*.ods") }} - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} -{{ end }} diff --git a/layouts/articles/page.html b/layouts/articles/page.html index e15623e..f56c8ea 100644 --- a/layouts/articles/page.html +++ b/layouts/articles/page.html @@ -1,5 +1,6 @@ {{ define "main" }} {{ partial "articles/header.html" . }} {{ .Content }} + {{ partial "assets" .Params.Assets }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }} |