header
This commit is contained in:
parent
8e7a134492
commit
8a5760f4c8
|
@ -1,11 +1,11 @@
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
</div><!-- end header -->
|
</div><!-- end header -->
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
|
||||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||||
<hr>
|
<hr>
|
||||||
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
|
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
|
||||||
|
|
Loading…
Reference in New Issue