reorganise and improve semantics
This commit is contained in:
parent
ad81dcdc79
commit
57f06e4a2e
|
@ -172,7 +172,7 @@ input[type="text"]:focus {
|
||||||
padding: 0px 4px 4px;
|
padding: 0px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
footer {
|
||||||
padding: 20px 0 20px 0;
|
padding: 20px 0 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</div>
|
</div>
|
||||||
|
{{ partial "footer.html" . -}}
|
||||||
</body>
|
</body>
|
||||||
{{- partial "footer.html" . -}}
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -41,4 +41,5 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div class="footer">
|
<footer>
|
||||||
<p><a class="button" href="#">Back to the top</a></p>
|
<p><a class="button" href="#">Back to the top</a></p>
|
||||||
<!--<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>-->
|
<!--<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>-->
|
||||||
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
||||||
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
||||||
Source available on <a href="https://git.nixnet.services/Amolith/secluded">Forgejo</a><br/></p>
|
Source available on <a href="https://git.nixnet.services/Amolith/secluded">Forgejo</a><br/></p>
|
||||||
<img width="50" src="/assets/pngs/glider.svg" />
|
<img width="50" src="/assets/pngs/glider.svg" />
|
||||||
</div>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue