Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
11
layouts/partials/summary.html
Normal file
11
layouts/partials/summary.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<article>
|
||||
<div>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
{{ .Summary }}
|
||||
</div>
|
||||
{{ if .Truncated }}
|
||||
<div>
|
||||
<a href="{{ .RelPermalink }}">{{ i18n "readMore" }}…</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</article>
|
Reference in New Issue
Block a user