mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-29 01:21:37 +00:00
Update blog style templates and configuration.
This commit is contained in:
12
_layouts/list.html
Normal file
12
_layouts/list.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% include header.html %}
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<h1 class="pageHeader">{{ page.title }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" itemprop=mainContentOfPage">
|
||||
<div class="small-12 columns">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
Reference in New Issue
Block a user