all repos — website-hugo @ b8aa9c0c9a531b8e5ad6958b84d05711d860e120

My personal blog, built with Hugo!

layouts/smol/single.html (view raw)

 1{{ define "main" }}
 2<main>
 3    <article>
 4        <h1 class="title">Redirecting...</h1>
 5        <section class="body">
 6			Please click <a href="{{ .Params.redirect }}">here</a> if you are not automatically redirected.
 7		</section>
 8    </article>
 9</main>
10{{ end }}