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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-title.html')
-rw-r--r--layouts/partials/page-title.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/layouts/partials/page-title.html b/layouts/partials/page-title.html
index f57c258..533a15a 100644
--- a/layouts/partials/page-title.html
+++ b/layouts/partials/page-title.html
@@ -1,22 +1,22 @@
{{"<!-- Global Page Section Start -->" | safeHTML }}
<section class="global-page-header">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="block">
- <h2>{{ .Title }}</h2>
- <ol class="breadcrumb list-inline text-center">
- <li class="list-inline-item">
- <a href="{{ .Site.BaseURL }}">
- <i class="ion-ios-home"></i>
- Home &nbsp; &nbsp;/
- </a>
- </li>
- <li class="active list-inline-item">{{ .Title }}</li>
- </ol>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ <h2>{{ .Title }}</h2>
+ <ol class="breadcrumb list-inline text-center">
+ <li class="list-inline-item">
+ <a href="{{ .Site.BaseURL }}">
+ <i class="ion-ios-home"></i>
+ Home &nbsp; &nbsp;/
+ </a>
+ </li>
+ <li class="active list-inline-item">{{ .Title }}</li>
+ </ol>
</div>
+ </div>
</div>
+ </div>
</section>
{{"<!-- Global Page Section End -->" | safeHTML }} \ No newline at end of file