mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
11 lines
304 B
HTML
11 lines
304 B
HTML
{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="post-warp">
|
|
<h2 class="post-title" style="text-align:right;padding-bottom:2em">{{ .Title }}</h2>
|
|
<div class="post-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{end }}
|