Šablony a css / různé

This commit is contained in:
Marek Nečada 2022-10-07 12:55:54 +03:00
parent d26d0ae352
commit c488e56399
4 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{{ define "main" -}}
<!-- category.html -->
<ul class="posts">
<h1>Category: {{ .Title }}</h1>
{{ range .Data.Pages -}}

View File

@ -1,4 +1,5 @@
{{ define "main" -}}
<!-- taxonomy.html -->
<ul class="posts">
<h1>Tag: {{ .Title }}</h1>
{{ range .Data.Pages -}}

View File

@ -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