From 381e40f2b9c87b6a9359f2c79cf4687064625288 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 30 Aug 2017 21:04:39 -0700 Subject: bootstrap 3 + pelican template repo --- theme/templates/base.html | 86 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 theme/templates/base.html (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html new file mode 100644 index 0000000..2f0be01 --- /dev/null +++ b/theme/templates/base.html @@ -0,0 +1,86 @@ + + + + + +{% block head %} +{% block title %}{{ SITENAME }}{% endblock title %} + +{% block stylesheets %} + + +{% endblock %}{% block externaljs %} +{% endblock %}{% block otherhead %}{% endblock %} +{% endblock head %} + + + + + + + +
+{% block content %} + +
+

Navbar example

+

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+

To see the difference between static and fixed top navbars, just scroll.

+

+ View navbar docs » +

+
+{% endblock %} +
+ + + + + -- cgit v1.2.3