summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/docs/.DS_Storebin0 -> 6148 bytes
-rw-r--r--layouts/partials/docs/html-head.html8
-rw-r--r--layouts/partials/docs/inject/footer.html (renamed from layouts/partials/docs/footer.html)1
3 files changed, 3 insertions, 6 deletions
diff --git a/layouts/partials/docs/.DS_Store b/layouts/partials/docs/.DS_Store
new file mode 100644
index 0000000..5008ddf
--- /dev/null
+++ b/layouts/partials/docs/.DS_Store
Binary files differ
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index 7b412f7..40fbfe0 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -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 -->
diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/inject/footer.html
index bc4a406..3bdbc9d 100644
--- a/layouts/partials/docs/footer.html
+++ b/layouts/partials/docs/inject/footer.html
@@ -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>.