Add theme example and minor addition to config
This commit is contained in:
15
themes/minimal/blog_list.tpl
Normal file
15
themes/minimal/blog_list.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
<!-- Blog Post for Index Start -->
|
||||
|
||||
<div id="process" class="section">
|
||||
<div class="w-container">
|
||||
<h3><a class="link" href="BLOGURL">BLOGTITLE</a></h3>
|
||||
<div class="grow-row w-row">
|
||||
INGRESS
|
||||
<div class="grow-row w-row">
|
||||
<strong style="font-size: 10px; padding-top: 3px;">BLOGDATE</strong>
|
||||
</div>
|
||||
<div class="divider grey"></div>
|
||||
</div>
|
||||
|
||||
<!-- Blog Post for Index End -->
|
Reference in New Issue
Block a user