Remove copyright note and flags, fix bug with paths

This commit is contained in:
Jordi Bares
2019-04-04 22:36:51 +01:00
committed by Alex Shpak
parent 3742e6f0f4
commit aa07b876fe
12 changed files with 2 additions and 24 deletions
+2 -2
View File
@@ -11,12 +11,12 @@
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
<!-- Custom stylesheet - for your changes -->
{{ if (fileExists "static/img/banner.jpg") -}}
{{ if (fileExists "styles.css" | relURL) -}}
<link rel="stylesheet" href="{{ "styles.css" | relURL }}?v={{ now.Unix }}" type='text/css' media='all'>
{{- end }}
<!-- Favicon -->
<link rel="icon" href="{{ "img/favicon.ico" | absURL }}" type="image/x-icon">
<link rel="icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
<!-- RSS -->
{{ if .RSSLink }}