Skip to content
Snippets Groups Projects
Commit ca104efe authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add some margin

parent 2f4ef1ac
No related branches found
No related tags found
No related merge requests found
Pipeline #15198 passed
{{ partial "head.html" . }}
<main>
<section>
<header>
<h1>{{.Title}}</h1>
</header>
<div class="container">
<main>
<section>
<header>
<h1>{{.Title}}</h1>
</header>
<article>
{{.Content}}
</article>
<article>
{{.Content}}
</article>
<footer>
<ul>
{{ with .PrevInSection }}<li><a href="{{ .Permalink }}">&laquo; {{ .Title }}</a></li>{{ end }}
{{ with .NextInSection }}<li><a href="{{ .Permalink }}">{{ .Title }} &raquo;</a></li>{{ end }}
</ul>
</footer>
</section>
<aside>
<ul>
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
<li><a href="{{ "posts/" | absURL }}">Posts</a></li>
<li><a href="{{ .Section | absURL }}">Articles</a></li>
</ul>
</aside>
</main>
<footer>
<ul>
{{ with .PrevInSection }}<li><a href="{{ .Permalink }}">&laquo; {{ .Title }}</a></li>{{ end }}
{{ with .NextInSection }}<li><a href="{{ .Permalink }}">{{ .Title }} &raquo;</a></li>{{ end }}
</ul>
</footer>
</section>
<aside>
<ul>
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
<li><a href="{{ "posts/" | absURL }}">Posts</a></li>
<li><a href="{{ .Section | absURL }}">Articles</a></li>
</ul>
</aside>
</main>
</div> <!-- /container -->
{{ partial "foot.html" .}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment