archetypes, list.html layouts, google analyticsafter </head>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{ .Content }}
|
||||
<h3>Projekt</h3>
|
||||
<p>Das letzte Projekt was aktualisiert wurde:
|
||||
{{ range first 1 (where .Site.RegularPages "Type" "in" "projects").ByDate.Reverse }}
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user