first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
13
layouts/partials/meta_aside.html
Executable file
13
layouts/partials/meta_aside.html
Executable file
|
@ -0,0 +1,13 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<ul class="pagination">
|
||||
{{if .PrevInSection}}
|
||||
<li><a href="{{.PrevInSection.Permalink}}">« <em>Previous</em> {{.PrevInSection.Title}}</a></li> {{end}}
|
||||
{{if .NextInSection}}
|
||||
<li><a href="{{.NextInSection.Permalink}}">» <em>Next</em> {{.NextInSection.Title}}</a></li>{{end}}
|
||||
</ul>
|
||||
|
||||
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
||||
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
||||
<meta itemprop="url" content="{{ .Permalink }}">
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue