Testing phugo as theme

This commit is contained in:
2017-10-15 18:32:13 +02:00
parent 4a0f71961e
commit e9957f193d
219 changed files with 3198 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<article class="thumb">
<a href="{{ .Get "full" }}" class="image"><img src="{{ .Get "thumb" }}" alt="{{ .Get "alt" }}" /></a>
<h2>{{ .Get "phototitle" }}</h2>
<p>{{ .Get "description" | markdownify }}</p>
</article>