diff options
Diffstat (limited to 'layouts/partials/techjournals.html')
-rw-r--r-- | layouts/partials/techjournals.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/techjournals.html b/layouts/partials/techjournals.html new file mode 100644 index 0000000..8227611 --- /dev/null +++ b/layouts/partials/techjournals.html @@ -0,0 +1,7 @@ +<ul id="techjournals"> + {{ range where site.RegularPages "Section" "techjournal" }} + <li> + <a href="{{ .Permalink }}">{{ .Title }}</a> ({{ .Date.Format "2 Jan 06" }}) + </li> + {{ end }} +</ul> |