modified header, font-sizes and colors; …
This commit is contained in:
parent
a4e8d08579
commit
0fa103f9d0
6 changed files with 62 additions and 51 deletions
|
@ -4,14 +4,15 @@
|
|||
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="container">
|
||||
<section>
|
||||
<section class="section header">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<span class="subtitle">{{.Params.subheading}}</span>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
<div class="container">
|
||||
<section class="section-articles">
|
||||
{{ range .Pages }}
|
||||
<a href="{{ .Permalink }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue