garbage collection

This commit is contained in:
Denys Konovalov
2022-03-18 13:35:57 +01:00
parent 3d9cd30568
commit 2b4e4fcc58
595 changed files with 1993 additions and 20822 deletions

16
layouts/404.html Normal file
View File

@ -0,0 +1,16 @@
{{ define "main" }}
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<div class="content">
<h2>This Page doesn't exist</h2>
<a class="btn btn-primary" href="{{ .Site.BaseURL | relLangURL }}">Back to Homepage</a>
</div>
</div>
</div>
</div>
</section>
{{ end }}