mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
10 lines
312 B
HTML
10 lines
312 B
HTML
{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="post-warp archive">
|
|
<h2 class="post-title" style="text-align:right;padding-bottom:2em">{{ .Title }}</h2>
|
|
<div class="post-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{end }}
|