This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
{{ define "title"}}
|
|
{{ .Title }} | {{ .Site.Params.author }}
|
|
{{ end }}
|
|
|
|
|
|
{{ define "main" }}
|
|
<div class="postWrapper">
|
|
<h1>{{ .Title }}</h1>
|
|
<div>
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{ end }} |