* title in main page

This commit is contained in:
shockrah 2021-08-16 21:34:17 -07:00
parent b9569dfb0e
commit 1dac449205

View File

@ -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 }}