Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
18
source/_layouts/page.html
Normal file
18
source/_layouts/page.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<article class="page">
|
||||
|
||||
{% if page.title and page.show_title != false %}
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue