improve license

pull/7/head
Septs 2022-12-15 22:20:35 +08:00
parent 1ae08f1508
commit fe66cee69f
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
3 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
title: 女性倾向跨性别者科学
baseURL: https://tfsci.mtf.wiki
theme: tfsci
copyright: >
copyright: >-
© 2022
[Transfeminine Science](https://transfemscience.org) and
[MtF.wiki](https://mtf.wiki)

View File

@ -1,5 +1,5 @@
---
title: Transfeminine Science License
title: Transfeminine Science LICENSE
description: Transfeminine Science is Copyright of Aly and the other authors of Transfeminine Science.
hidden: true
---
@ -16,4 +16,4 @@ please appropriately attribute the content and link it back to the original page
see <https://transfemscience.org/about/#license>
[aly-w]: https://transfemscience.org/about/#aly
[aly]: https://transfemscience.org/about/#aly

View File

@ -1,5 +1,10 @@
{{- $license := ref . "about#license" -}}
<footer class="footer">
<main class="content has-text-centered">
<p class="copyright">{{ .Site.Copyright | markdownify }}</p>
<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>