|
|
|
@ -4,11 +4,11 @@ |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
|
|
|
|
|
<title>{% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}</title> |
|
|
|
|
{% if meta.description %} |
|
|
|
|
{% if meta.description %} |
|
|
|
|
<meta name="description" content="{{ meta.description }}"> |
|
|
|
|
{% endif %}{% if meta.robots %} |
|
|
|
|
{% endif %}{% if meta.robots %} |
|
|
|
|
<meta name="robots" content="{{ meta.robots }}"> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css" /> |
|
|
|
|
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" /> |
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
|
|
|
|
|
<header id="header"> |
|
|
|
|
<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> |
|
|
|
|
<a href="#" class="menu-icon"></a> |
|
|
|
|
<ul> |
|
|
|
@ -39,7 +39,8 @@ |
|
|
|
|
|
|
|
|
|
<footer id="footer"> |
|
|
|
|
<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>. |
|
|
|
|
</div> |
|
|
|
|
</footer> |
|
|
|
|