Add missing update of index.twig
This commit is contained in:
parent
df10d60846
commit
5eed6d0562
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<div class="inner clearfix">
|
<div class="inner clearfix">
|
||||||
<h1><a href="{{ base_url }}" id="logo">{{ site_title }}</a></h1>
|
<h1><a href="{{ "index"|link }}" id="logo">{{ site_title }}</a></h1>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#" class="menu-icon"></a>
|
<a href="#" class="menu-icon"></a>
|
||||||
<ul>
|
<ul>
|
||||||
@ -39,7 +39,8 @@
|
|||||||
|
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<a href="http://picocms.org/">Pico</a> was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a>
|
<a href="http://picocms.org/">Pico</a>
|
||||||
|
was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a>
|
||||||
from <a href="http://dev7studios.com">Dev7studios</a>.
|
from <a href="http://dev7studios.com">Dev7studios</a>.
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user