Updates for publishing
This commit is contained in:
8
jadudcom/layouts/shortcodes/listofposts.html
Normal file
8
jadudcom/layouts/shortcodes/listofposts.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ $tag := .Get 0 }}
|
||||
{{ $articles := (.Site.RegularPages.RelatedTo (keyVals "tags" $tag)).ByDate.Reverse }}
|
||||
|
||||
<ul>
|
||||
{{range $articles }}
|
||||
<li><a href="{{.Permalink}}">{{.Title}}</a><br>{{.Param "blurb"}}</li>
|
||||
{{end}}
|
||||
</ul>
|
1
jadudcom/layouts/shortcodes/sitetitle.html
Normal file
1
jadudcom/layouts/shortcodes/sitetitle.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ .Site.Title }}
|
Reference in New Issue
Block a user