Initial commit (stolen from https://gitlab.utc.fr/jrda-2021/website)
This commit is contained in:
18
_themes/prologue/_layouts/page.html
Normal file
18
_themes/prologue/_layouts/page.html
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
{%- include header.html -%}
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main">
|
||||
<!-- Page -->
|
||||
<article class="shade-two">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h2>{{- page.title -}}</h2>
|
||||
{%- if page.subtitle -%}<p>{{- page.subtitle -}}</p>{%- endif -%}
|
||||
</header>
|
||||
{{- content -}}
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
Reference in New Issue
Block a user