Hugo Bilberry First commit to gitea@cowbay.org
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{ with . }}
|
||||
<div class="article-wrapper u-cf">
|
||||
{{ if or (fileExists (print "layouts/partials/content-type/" .Type ".html") ) (fileExists (print "themes/bilberry-hugo-theme/layouts/partials/content-type/" .Type ".html")) }}
|
||||
{{ partial (print "content-type/" .Type) . }}
|
||||
{{ else }}
|
||||
{{ partial "content-type/article" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user