Various fixes responding to Alex notes

This commit is contained in:
Jordi Bares
2019-04-02 22:22:10 +01:00
committed by Alex Shpak
parent 655de364ea
commit 629c4bb1d4
12 changed files with 4 additions and 12 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -19,7 +19,7 @@
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
{{ partial "docs/git-footer" . }}
{{ partial "docs/footer" . }}
{{ partial "docs/inject/footer" . }}
</div>
{{ template "toc" . }}
BIN
View File
Binary file not shown.
+3 -5
View File
@@ -2,9 +2,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{- template "title" . }} | {{ .Site.Title -}}</title>
<!-- Font Awesome 5.8/1 no need for local files using all.css so all icons are available -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- Fonts for the theme -->
<link href="https://fonts.googleapis.com/css?family=Oxygen|Oxygen+Mono:300,400,700" rel="stylesheet">
@@ -14,10 +11,11 @@
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="{{ "custom.css" | relURL }}?v={{ now.Unix }}" type='text/css' media='all'>
{{ if (fileExists "static/img/banner.jpg") -}}
<link rel="stylesheet" href="{{ "styles.css" | relURL }}?v={{ now.Unix }}" type='text/css' media='all'>
{{- end }}
<!-- Favicon -->
<link rel="shortcut icon" href="{{ "img/favicon.ico" | absURL }}" type="image/x-icon">
<link rel="icon" href="{{ "img/favicon.ico" | absURL }}" type="image/x-icon">
<!-- RSS -->
@@ -5,7 +5,6 @@
<p>
{{ . | markdownify }}
</p>
{{ else }}
<p>
Made with Book Theme by <a target="_blank" href="https://github.com/alex-shpak/hugo-book">Alex Shpak</a>.
BIN
View File
Binary file not shown.
-5
View File
@@ -1,5 +0,0 @@
@charset "UTF-8";
p {
margin: 0.67em 0;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File