Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/subfooter_container.html')
-rw-r--r--layouts/partials/subfooter_container.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/partials/subfooter_container.html b/layouts/partials/subfooter_container.html
new file mode 100644
index 0000000..028a8ff
--- /dev/null
+++ b/layouts/partials/subfooter_container.html
@@ -0,0 +1,18 @@
+{{ .Site.Params.Tikva.Subfooter.Content }}
+{{ .Site.Params.Meta.Description }}
+{{ .Site.Params.BootstrapTheme }}
+
+{{ if .Site.Params.Tikva.Subfooter.Enabled }}
+<div class="subfooter-container" style="">
+
+ <div class="container">
+ <div class="footer">
+ <div class="row wrapper padding">
+ <div class="col-xs-12 col-md-12">
+ {{ .Site.Params.Tikva.Subfooter.Content }}
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+{{ end }} \ No newline at end of file