summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/exampleSite/layouts/partials
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
commite9ec93a471d9a753db01b682e75c52b32adf16f2 (patch)
tree5f6d9a2b7d90852965b6d24f9db6a9198570c03b /themes/beautifulhugo/exampleSite/layouts/partials
parentbcafaafff80184537a3116de5341a8caa24d63f4 (diff)
use LoveIt theme, self hosted
Diffstat (limited to 'themes/beautifulhugo/exampleSite/layouts/partials')
-rw-r--r--themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html7
-rw-r--r--themes/beautifulhugo/exampleSite/layouts/partials/head_custom.html18
2 files changed, 0 insertions, 25 deletions
diff --git a/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html b/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html
deleted file mode 100644
index dc5320b..0000000
--- a/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!--
-If you want to include any custom html just before </body>, put it in this file.
-Or you can delete these file if you don't need it.
--->
-<!-- for example, you could include some js libraries:
-<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.js" integrity="sha256-HdIuWBZj4eftihsoDCJoMYjZi6aNVaw7YlUpzKT3ZxI=" crossorigin="anonymous"></script>
---> \ No newline at end of file
diff --git a/themes/beautifulhugo/exampleSite/layouts/partials/head_custom.html b/themes/beautifulhugo/exampleSite/layouts/partials/head_custom.html
deleted file mode 100644
index 77b1ef4..0000000
--- a/themes/beautifulhugo/exampleSite/layouts/partials/head_custom.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!--
-If you want to include any custom html just before </head>, put it in this file.
-Or you can delete these file if you don't need it.
--->
-<!-- for example, you could insert this custom css, which makes the bigimg not stretch:
-<style>
-.intro-header.big-img, .intro-header.big-img .big-img-transition {
- -webkit-background-size: contain !important;
- -moz-background-size: contain !important;
- background-size: contain !important;
- -o-background-size: contain !important;
- background-color: lightgrey;
-}
-</style>
--->
-<!-- or you could include some additional css libraries:
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.css" integrity="sha256-I1UoFd33KHIydu88R9owFaQWzwkiZV4hXXug5aYaM28=" crossorigin="anonymous" />
---> \ No newline at end of file