improve license
parent
1ae08f1508
commit
fe66cee69f
|
@ -1,7 +1,7 @@
|
||||||
title: 女性倾向跨性别者科学
|
title: 女性倾向跨性别者科学
|
||||||
baseURL: https://tfsci.mtf.wiki
|
baseURL: https://tfsci.mtf.wiki
|
||||||
theme: tfsci
|
theme: tfsci
|
||||||
copyright: >
|
copyright: >-
|
||||||
© 2022
|
© 2022
|
||||||
[Transfeminine Science](https://transfemscience.org) and
|
[Transfeminine Science](https://transfemscience.org) and
|
||||||
[MtF.wiki](https://mtf.wiki)
|
[MtF.wiki](https://mtf.wiki)
|
||||||
|
|
|
@ -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.
|
description: Transfeminine Science is Copyright of Aly and the other authors of Transfeminine Science.
|
||||||
hidden: true
|
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>
|
see <https://transfemscience.org/about/#license>
|
||||||
|
|
||||||
[aly-w]: https://transfemscience.org/about/#aly
|
[aly]: https://transfemscience.org/about/#aly
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
|
{{- $license := ref . "about#license" -}}
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<main class="content has-text-centered">
|
<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>
|
</main>
|
||||||
</footer>
|
</footer>
|
Loading…
Reference in New Issue