2016-02-19 23:35:42 -05:00
|
|
|
{{ partial "site_header.html" . }}
|
|
|
|
{{ partial "page_header.html" . }}
|
|
|
|
|
|
|
|
<main class="content">
|
|
|
|
<article class="post">
|
|
|
|
<h2><a rel="full-article" href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
|
|
|
|
|
|
|
<div class="postmeta">
|
|
|
|
{{ with .Params.location }}Photos taken in {{ . }} on {{ end }}
|
2023-07-07 18:30:02 +02:00
|
|
|
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "January 2, 2006" }}</time>
|
2016-02-19 23:35:42 -05:00
|
|
|
{{ with .Params.camera }} with {{ . }}{{ end }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{{ .Content }}
|
|
|
|
</p>
|
|
|
|
</article>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{{ partial "page_footer.html" . }}
|
|
|
|
{{ partial "site_footer.html" . }}
|