Testing phugo as theme
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<div id="main">
|
||||
{{ range (where .Site.Pages "Kind" "section").ByDate.Reverse }}
|
||||
<article class="thumb">
|
||||
<a href="{{ .Permalink }}" class="link"><img src="{{ .Params.albumthumb }}" alt="{{ .Title }}" /></a>
|
||||
<h2>{{ .Title }}</h2>
|
||||
</article>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user