Use variables some more
This commit is contained in:
parent
bb6c5165e3
commit
c258001493
4 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ partial "page_start.html" . }}
|
||||
<section id="banner">
|
||||
<h2>Alpha</h2>
|
||||
<h2>{{ title .Site.Title }}</h2>
|
||||
<p>Another fine responsive site template freebie by HTML5 UP.</p>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
<li>© {{ title .Site.Params.author }}. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<header id="header" {{ if .Params.landing }}class="alt"{{ end }}>
|
||||
<h1><a href="index.html">Alpha</a> by HTML5 UP</h1>
|
||||
<h1><a href="index.html">{{ title .Site.Title }}</a> by HTML5 UP</h1>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
|
@ -20,7 +20,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#" class="button">Sign Up</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Alpha by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue