|
|
@ -6,15 +6,16 @@ |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<meta name="generator" content="Pelican" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" /> |
|
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> --> |
|
|
|
{% endblock head %} |
|
|
|
</head> |
|
|
|
|
|
|
|
<body id="index" class="home"> |
|
|
|
<body id="index" class="home"> |
|
|
|
|
|
|
|
<header id="banner" class="body"> |
|
|
|
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1> |
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
|
|
<nav id="menu"><ul> |
|
|
|
{% for title, link in MENUITEMS %} |
|
|
|
<a href="{{ link }}"><li>{{ title }}</li></a> |
|
|
@ -35,7 +36,7 @@ |
|
|
|
{% block content %} |
|
|
|
{% endblock %} |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
<footer id="contentinfo" class="body"> |
|
|
|
<hr> |
|
|
|
</footer> |
|
|
|