diff --git a/content/pages/about.html b/content/pages/about.html new file mode 100644 index 0000000..b2ce6bc --- /dev/null +++ b/content/pages/about.html @@ -0,0 +1,17 @@ + + + + + +
+
+
+
+

About

+
+

Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!

+
+
+
+
+ diff --git a/theme/templates/page-home.html b/theme/templates/page.html similarity index 59% rename from theme/templates/page-home.html rename to theme/templates/page.html index d8c29f7..63a7700 100644 --- a/theme/templates/page-home.html +++ b/theme/templates/page.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block htmltitle %} + {{ page.title }} +{% endblock %} + {% block content %} {{ page.content }} {% endblock %}