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