hugo-PaperMod/themes/herring-cove/layouts/_default/single.html
2014-04-26 16:41:00 -06:00

26 lines
1.0 KiB
HTML

{{ template "theme/chrome/header.html" . }}
<div id="article">
<div class="article-title">{{ .Title }}</div>
<p class="meta"><small>&nbsp;<i class="fa fa-calendar-o"></i> {{ .Date.Format "2006-01-02" }}</small></p> <hr/>
<div class="post">
{{ .Content }}
</div>
</div>
<a href="https://twitter.com/share" class="twitter-share-button " data-size="small" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<ul class="pager">
{{with .Prev}} &nbsp;<li class="previous"><a href="{{.Permalink}}"> {{.Title}}</a></li>{{end}}
{{with .Next}} &nbsp;<li class="next"><a href="{{.Permalink}}"> {{.Title}}</a></li>{{end}}
</ul>
{{ template "_internal/disqus.html" . }}
</ul>
</div>
{{ template "theme/chrome/footer.html" }}