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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-10 18:29:05 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-10 18:29:05 +0300
commitc75d338277288eb6151bff47698e2b92ce9fcdd2 (patch)
tree7e53b1f231848816dea52eff9272bd8e4c16cfd5 /layouts/partials
parente4439012cc0fd1f904a7e5642b0501c2989b884f (diff)
Configure footer titles and descriptions
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer/index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/layouts/partials/footer/index.html b/layouts/partials/footer/index.html
index f6f0cee..58be29b 100644
--- a/layouts/partials/footer/index.html
+++ b/layouts/partials/footer/index.html
@@ -5,7 +5,7 @@
<div class="8u 12u(mobile)">
<section>
<header>
- <h2>Blandit nisl adipiscing</h2>
+ <h2>{{ .Site.Params.Footer.title1 }}</h2>
</header>
<ul class="dates">
<li>
@@ -39,13 +39,11 @@
<div class="4u 12u(mobile)">
<section>
<header>
- <h2>What's this all about?</h2>
+ <h2>{{ .Site.Params.Footer.title2 }}</h2>
</header>
- <a href="#" class="image featured"><img src="images/pic10.jpg" alt="" /></a>
+ <a href="{{ .Site.Params.Footer.imagelink2 }}" class="image featured"><img src="{{ .Site.Params.Footer.imageurl2 }}" alt="" /></a>
<p>
- This is <strong>Dopetrope</strong> a free, fully responsive HTML5 site template by
- <a href="http://twitter.com/ajlkn">AJ</a> for <a href="http://html5up.net/">HTML5 UP</a> It's released for free under
- the <a href="http://html5up.net/license/">Creative Commons Attribution</a> license so feel free to use it for any personal or commercial project &ndash; just don't forget to credit us!
+ {{ .Site.Params.Footer.description2 }}
</p>
<footer>
<a href="#" class="button">Find out more</a>
@@ -57,7 +55,7 @@
<div class="4u 12u(mobile)">
<section>
<header>
- <h2>Tempus consequat</h2>
+ <h2>{{ .Site.Params.Footer.title3 }}</h2>
</header>
<ul class="divided">
<li><a href="#">Lorem ipsum dolor sit amet sit veroeros</a></li>
@@ -72,7 +70,7 @@
<div class="4u 12u(mobile)">
<section>
<header>
- <h2>Ipsum et phasellus</h2>
+ <h2>{{ .Site.Params.Footer.title4 }}</h2>
</header>
<ul class="divided">
<li><a href="#">Lorem ipsum dolor sit amet sit veroeros</a></li>
@@ -87,7 +85,7 @@
<div class="4u 12u(mobile)">
<section>
<header>
- <h2>Vitae tempor lorem</h2>
+ <h2>{{ .Site.Params.Footer.title5 }}</h2>
</header>
{{ partial "footer/social.html" . }}
<ul class="contact">