diff options
Diffstat (limited to 'website/content/_layouts/default.html')
-rwxr-xr-x | website/content/_layouts/default.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/content/_layouts/default.html b/website/content/_layouts/default.html new file mode 100755 index 000000000..e5523e3fc --- /dev/null +++ b/website/content/_layouts/default.html @@ -0,0 +1,14 @@ +--- +layout: base +--- +{% if page.title %} +<div class="container"> + <div class="page-header"> + <h1>{{ page.title }}</h1> + </div> +</div> +{% endif %} + +<div class="container"> + {{ content }} +</div> |