added cactus theme files
This commit is contained in:
12
hugo-content/themes/cactus/layouts/_default/single.html
Normal file
12
hugo-content/themes/cactus/layouts/_default/single.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<!-- TODO: gallery -->
|
||||
<div class="content" itemprop="articleBody">
|
||||
{{ if (eq .Type "search") }}
|
||||
<!-- TODO: search https://gohugo.io/tools/search/ -->
|
||||
{{ else }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user