File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h1>pimutils</h1>
2626 < li > < a href ="/ "> Home</ a > </ li >
2727 < li > < a href ="/thanks/ "> Thanks</ a > </ li >
2828 < li > < a href ="/contact/ "> Contact</ a > </ li >
29- < li > < a href ="/blog/ "> Blog</ a > </ li >
29+ <!-- < li><a href="/blog/">Blog</a></li> -- >
3030 < li > < a href ="/coc/ "> Code of Conduct</ a > </ li >
3131 </ ul >
3232 </ nav >
Original file line number Diff line number Diff line change 11{{ define "main" }}
22< h1 > Utilities for personal information management</ h1 >
33{{ .Content }}
4+
5+ < h1 > News</ h1 >
6+
7+ < section class ="article-list ">
8+ {{ range (where .Site.RegularPages "Section" "blog") }}
9+ < div class ="blog-post ">
10+ < h1 > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > </ h1 >
11+ < div class ="post-details ">
12+ Written by {{ .Params.Author }} on
13+ < time datetime ="{{.Date.Format "2006-01-02 "}}">
14+ {{ .Date.Format "2006-01-02" }}
15+ </ time >
16+ </ div >
17+ </ div >
18+ {{ end }}
19+ </ section >
20+
421{{ end }}
You can’t perform that action at this time.
0 commit comments