no-js.club/layouts/partials/footer.html

13 lines
443 B
HTML

<hr>
{{ if ne .Site.Params.hideMadeWithLine true }}
<p class="copyright">{{ .Site.Copyright }}</p>
<p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor to <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>. Now maintained by shruub.
</p>
<p>
Maintained with 💜 for a JavaScript freer Internet.
</p>
{{ end }}