{{ with $links }}
{{ with index . "user"}}
- {{ template "footer-links-block" . }}
+ {{ template "footer-links-block" . }}
{{ end }}
{{ end }}
{{ with $links }}
{{ with index . "developer"}}
- {{ template "footer-links-block" . }}
+ {{ template "footer-links-block" . }}
{{ end }}
{{ end }}
{{ with .Site.Params }}
© {{ now.Year}} {{ .trademark | markdownify }}{{ end }}
- {{ if not .Site.Params.ui.footer_about_disable }}
- {{ with .Site.GetPage "about" }}
{{ .Title }}
{{ end }}
- {{ end }}
+ {{ if not .Site.Params.ui.footer_about_disable }}
+ {{ with .Site.GetPage "about" }}
{{ .Title }}
{{ end }}
+ {{ end }}