summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 7742c7e4f4d11919b9f8061a9292fc9ae00132cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	{{ if in .Params.tags "basic" }}
	{{ with .NextInSection }}
	<a class=next href="{{ .RelPermalink }}">Next: {{ .Title }}</a>
	{{ end }}
	{{ with .PrevInSection }}
	<span class=prev>Or Previous: <a href="{{ .RelPermalink }}">{{ .Title }}</a></span>
	{{ end }}

	{{ end }}
    </main>
    <footer><a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a></footer>
</body>
</html>