10 lines
338 B
HTML
10 lines
338 B
HTML
{{- $license := ref . "about#license" -}}
|
|
<footer class="footer">
|
|
<main class="content has-text-centered">
|
|
<p class="copyright">
|
|
<span class="is-block-mobile">{{ .Site.Copyright | markdownify }}</span>
|
|
<span class="is-hidden-mobile">|</span>
|
|
<span class="is-block-mobile"><a href="{{ $license }}">LICENSE</a></span>
|
|
</p>
|
|
</main>
|
|
</footer> |