Update handling of news
This commit is contained in:
parent
73d821e320
commit
dcd5f910ae
22 changed files with 587 additions and 61 deletions
|
|
@ -2,9 +2,15 @@
|
|||
{{ define "title" }}WissKI Distillery{{ end }}
|
||||
|
||||
{{ define "header"}}
|
||||
<!-- no header -->
|
||||
<p>
|
||||
<a class="pure-button pure-button-primary" href="/">Home</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="pure-button" href="/news/">News</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ define "content" }}
|
||||
{{ block "@custom/about" . }}
|
||||
<div class="pure-u-1">
|
||||
|
|
@ -23,7 +29,7 @@
|
|||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
<h3>{{.Slug}}</h3>
|
||||
<p>
|
||||
<a href="{{.URL}}" target="_blank" rel="noopener noreferrer">{{.URL}}</a><br>
|
||||
<a href="{{.URL}}" target="_blank" rel="noopener noreferrer" class="wisskilink">{{.URL}}</a><br>
|
||||
<small>
|
||||
{{ .Statistics.Bundles.Summary }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue