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,15 +4,17 @@
|
|||
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="container">
|
||||
<section>
|
||||
<section class="section header">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>{{ .Params.heading }}</h1>
|
||||
<span class="subtitle">{{.Params.subheading}}</span>
|
||||
</header>
|
||||
{{.Content}}
|
||||
</section>
|
||||
<span class="section-header">latest
|
||||
</div>
|
||||
</section>
|
||||
<div class="container">
|
||||
<span class="section-header">
|
||||
latest
|
||||
<a href="{{ "/blog" | relURL }}">posts</a>
|
||||
</span>
|
||||
<section class="section-articles">
|
||||
|
@ -34,7 +36,8 @@
|
|||
</a>
|
||||
{{ end }}
|
||||
</section>
|
||||
<span class="section-header">latest
|
||||
<span class="section-header">
|
||||
latest
|
||||
<a href="{{ "/projects" | relURL }}">projects</a>
|
||||
</span>
|
||||
<section class="section-projects">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue