before implementing search
This commit is contained in:
26
themes/fiscleconsult/layouts/_default/single.html
Normal file
26
themes/fiscleconsult/layouts/_default/single.html
Normal file
@@ -0,0 +1,26 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="single summary">
|
||||
{{.Summary}}
|
||||
|
||||
</div>
|
||||
{{ partial "metadata.html" . }}
|
||||
<br><br>
|
||||
|
||||
|
||||
<div class="image single"><img src="{{.Params.image}}" alt=""></div>
|
||||
<article class="single">
|
||||
<div>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
</article>
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user