* title in main page
This commit is contained in:
parent
b9569dfb0e
commit
1dac449205
@ -6,6 +6,7 @@
|
||||
<div id="layout">
|
||||
<div id="main">
|
||||
<div class="content">
|
||||
<h1>Welcome to my not-a-blog</h1>
|
||||
<!-- Title | date | description is all we want from each post -->
|
||||
{{ $articles := where .Site.Pages "Params.Category" "article" }}
|
||||
{{ range $articles }}
|
||||
|
Loading…
Reference in New Issue
Block a user