This commit is contained in:
Marc Riera Irigoyen 2020-06-29 23:22:05 +02:00
parent 8e26760a2a
commit 2af206caf9
4 changed files with 5 additions and 7 deletions

View file

@ -1,9 +1,6 @@
<div id="footer">
{{ now.Year }} - {{ $.Site.Params.copyright }}
</div>
</div>
</body>
</html>

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ .Title }} - {{ .Site.Title }}</title>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/kozmo-dark.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}{{ .Site.Params.custom_css }}">