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

github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-branding.html')
-rw-r--r--layouts/partials/page-branding.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/page-branding.html b/layouts/partials/page-branding.html
new file mode 100644
index 0000000..a853a99
--- /dev/null
+++ b/layouts/partials/page-branding.html
@@ -0,0 +1,12 @@
+<!-- Branding -->
+<div class="container">
+ <div class="row">
+ <div class="col col-md-4 d-none d-sm-block"></div>
+ <div class="col col-md-8">
+ <h1 class="display-1 text-uppercase" style="color: rgb(255,255,255);text-align: right;background: #000000;font-weight: bold;">
+ {{site.Title}}
+ </h1>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file