<div class="col-md-3">{% include "toc.html" %}</div>
<div class="col-md-9" role="main">{% include "content.html" %}</div>
</div>
-
+ {% include "footer.html" %}
{% if include_search %}{% include "search.html" %}{% endif %}
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
body {
padding-top: 70px;
font-size: 13px;
+ padding-bottom: 30px;
}
h1 {
width: 263px;
}
}
+
+/* Footer */
+.footer {
+ position: fixed;
+ bottom: 0px;
+ width: 100%;
+ height: 30px;
+ background-color: #222;
+}
+
+.footer-bar > li > a {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
--- /dev/null
+<div class="footer">
+ <div class="container">
+ <ul class="nav navbar-nav navbar-right footer-bar">
+ {% if repo_url %}
+ <li>
+ <a href="{{ repo_url }}">
+ {% if repo_name == 'GitHub' %}
+ <i class="fa fa-github"></i>
+ {% elif repo_name == 'Bitbucket' %}
+ <i class="fa fa-bitbucket"></i>
+ {% endif %}
+ {{ repo_name }}
+ </a>
+ </li>
+ {% endif %}
+ <li {% if not previous_page %}class="disabled"{% endif %}>
+ <a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}>
+ <i class="fa fa-arrow-left"></i> Previous
+ </a>
+ </li>
+ <li {% if not next_page %}class="disabled"{% endif %}>
+ <a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}>
+ Next <i class="fa fa-arrow-right"></i>
+ </a>
+ </li>
+ </ul>
+ </div>
+</div>
<a href="#searchModal" data-toggle="modal"><i class="fa fa-search"></i> Search</a>
</li>
{% endif %}
-<!-- <li {% if not previous_page %}class="disabled"{% endif %}>
- <a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}>
- <i class="fa fa-arrow-left"></i> Previous
- </a>
- </li>
- <li {% if not next_page %}class="disabled"{% endif %}>
- <a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}>
- Next <i class="fa fa-arrow-right"></i>
- </a>
- </li> -->
- {% if repo_url %}
- <li>
- <a href="{{ repo_url }}">
- {% if repo_name == 'GitHub' %}
- <i class="fa fa-github"></i>
- {% elif repo_name == 'Bitbucket' %}
- <i class="fa fa-bitbucket"></i>
- {% endif %}
- {{ repo_name }}
- </a>
- </li>
- {% endif %}
</ul>
</div>
</div>
site_name: PowerDNS
-#repo_url: https://github.com/PowerDNS/pdns
+repo_url: https://github.com/PowerDNS/pdns
docs_dir: doc-build
site_dir: html-new
theme_dir: markdown/theme