Šablony a css / různé
This commit is contained in:
parent
d26d0ae352
commit
c488e56399
|
@ -1,4 +1,5 @@
|
|||
{{ define "main" -}}
|
||||
<!-- category.html -->
|
||||
<ul class="posts">
|
||||
<h1>Category: {{ .Title }}</h1>
|
||||
{{ range .Data.Pages -}}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{{ define "main" -}}
|
||||
<!-- taxonomy.html -->
|
||||
<ul class="posts">
|
||||
<h1>Tag: {{ .Title }}</h1>
|
||||
{{ range .Data.Pages -}}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
{{ end }}
|
||||
<div class="user-social d-flex">
|
||||
{{ with .email }}<a href="mailto:{{ . }}"><img src="/images/gnome-icon-hicontrast-scalable/actions/mail-mark-unread.svg" alt="" /></a>{{ end }}
|
||||
<!-- {{ with .home }}<a href="{{ . }}"><img src="/images/gnome-icon-hicontrast-scalable/actions/go-home.svg" alt="" /></a>{{ end }} -->
|
||||
{{ with .home }}<a href="{{ . }}"><img src="/images/gnome-icon-hicontrast-scalable/actions/go-home.svg" alt="" /></a>{{ end }}
|
||||
<!-- {{ with .twitter }}<a href="https://twitter.com/{{ . }}"><img src="/images/users/twitter.svg" alt="" /></a>{{ end }} -->
|
||||
<!-- {{ with .github }}<a href="https://github.com/{{ . }}"><img src="/images/users/github.svg" alt="" /></a>{{ end }} -->
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue