This commit is contained in:
Moritz 2019-08-01 04:05:21 +02:00
parent 9b58740c5a
commit 81293d674c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
+++ +++
title = "" title = "{{ replace .Name "-" " " | title }}"
date = "" date = {{ .Date }}
author = "" author = ""
cover = "" cover = ""
tags = ["", ""] tags = ["", ""]

View File

@ -1,6 +1,6 @@
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}"> <a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
<div class="logo"> <div class="logo">
{{$.Site.Params.Logo.logoTextPre}} {{$.Site.Params.Logo.logoTextPre | safeHTML}}
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }} {{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
{{$.Site.Params.Logo.logoTextPost | safeHTML}} {{$.Site.Params.Logo.logoTextPost | safeHTML}}