mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
updated to latest /source
This commit is contained in:
parent
c10140b52d
commit
15a78991da
6
source/_includes/custom/header.html
Normal file
6
source/_includes/custom/header.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<hgroup>
|
||||||
|
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
|
||||||
|
{% if site.subtitle %}
|
||||||
|
<h2>{{ site.subtitle }}</h2>
|
||||||
|
{% endif %}
|
||||||
|
</hgroup>
|
@ -1,6 +1 @@
|
|||||||
<hgroup>
|
{% include custom/header.html %}
|
||||||
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
|
|
||||||
{% if site.subtitle %}
|
|
||||||
<h2>{{ site.subtitle }}</h2>
|
|
||||||
{% endif %}
|
|
||||||
</hgroup>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user