Docker and Ghost CMS overhaul

This commit is contained in:
Marwolf
2018-08-18 01:10:09 -04:00
parent 399e5ea342
commit 4dd84332d5
105 changed files with 1289 additions and 337 deletions

View File

@@ -0,0 +1,9 @@
<nav class="pagination">
{{#if prev}}
<a rel="next" class="posts newer btn small" href="{{page_url prev}}#open">&larr; Newer Posts</a>
{{/if}}
<span class="posts index">Page {{page}} of {{pages}}</span>
{{#if next}}
<a rel="prev" class="posts older btn small" href="{{page_url next}}#open">Older Posts &rarr;</a>
{{/if}}
</nav>