💻 Add Bootstrap

This commit is contained in:
Dan Jones 2018-01-21 18:23:59 -06:00
commit d762202f18
4 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@
</head>
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content">
<section class="entry-content container-fluid">
{% if page.title %}
<header class="entry-header">
<h1 class="entry-title">{{ page.title }}</h1>