-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.php
34 lines (34 loc) · 1 KB
/
default.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<@ elements/header.php @>
<div class="wy-grid-for-nav">
<@ elements/sidebar.php @>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<@ elements/navbar.php @>
<div class="wy-nav-content">
<div class="rst-content">
<@ elements/breadcrumbs.php @>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="blocks" itemprop="articleBody">
<@ if @{ ?list } @>
<@ elements/pagelist.php @>
<@ else @>
<h1>@{ title }</h1>
<@ elements/date_tags.php @>
@{ +main }
<@ end @>
</div>
</div>
</div>
<footer>
<@ elements/prevnext.php @>
<@ elements/footernav.php @>
</footer>
</div>
</section>
</div>
<script type="text/javascript" src="/packages/revitron/automad-revitron/dist/script.min.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<@ elements/footer.php @>