File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% extends "!simple/base.html" %}
22
33{% block head %}
4- < title > {% block title %}{{ SITENAME|striptags }}{% endblock title %}</ title >
5- < meta charset ="utf-8 " />
6- < meta name ="generator " content ="Pelican " />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- {% if THEME_STYLESHEET_URL %}
9- < link rel ="stylesheet " type ="text/css " href ="{{ SITEURL }}/theme/css/aio-libs-theme.css " />
10- {% endif %}
11-
12- {% if THEME_USE_HIGHLIGHT %}
13- < link rel ="stylesheet " href ="{{ SITEURL }}/theme/css/highlight.min.css ">
14- < script src ="{{ SITEURL }}/theme/javascript/highlight.min.js "> </ script >
4+ {{ super() }}
5+ < link rel ="stylesheet " href ="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }} " />
6+ < link rel ="stylesheet " href ="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/highlight.min.css " />
7+ < script src ="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/highlight.min.js "> </ script >
158 < script > hljs . highlightAll ( ) ; </ script >
16- {% endif %}
179{% endblock head %}
1810
1911{% block body %}
2012 < div class ="aio-pattern "> </ div >
2113 < main class ="aio-wrapper ">
2214 < section class ="aio-nav ">
23- {% block header %}
24- < hgroup > </ hgroup > < h1 class ="aio-title "> < a href ="{{ SITEURL }}/ "> {{ SITENAME }}</ a > </ h1 > {% if SITESUBTITLE %}< p > {{ SITESUBTITLE }}</ p > {% endif %}</ hgroup >
25- {% endblock header %}
15+ {% block header %}{{ super() }}{% endblock header %}
2616 {% block nav %}
2717 {% if DISPLAY_PAGES_ON_MENU %}
2818 {% if pages %}
7363 </ footer >
7464 {% endblock footer %}
7565
76- {% endblock body %}
66+ {% endblock body %}
You can’t perform that action at this time.
0 commit comments