summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/exampleSite/layouts/partials
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
commitec1341fcd178d72e1accd308d1ae314702e69c01 (patch)
tree927c5113475a982af7a4809af78a8f4b4990be62 /themes/beautifulhugo/exampleSite/layouts/partials
parent05bc58562c52539f196ae4357afd80a23d34e812 (diff)
use new theme
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, 25 insertions, 0 deletions
diff --git a/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html b/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html
new file mode 100644
index 0000000..dc5320b
--- /dev/null
+++ b/themes/beautifulhugo/exampleSite/layouts/partials/footer_custom.html
@@ -0,0 +1,7 @@
+<!--
+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
new file mode 100644
index 0000000..77b1ef4
--- /dev/null
+++ b/themes/beautifulhugo/exampleSite/layouts/partials/head_custom.html
@@ -0,0 +1,18 @@
+<!--
+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