Skip to content

Commit c166a3d

Browse files
committed
Make the disclaimer source more readable
1 parent 82058ab commit c166a3d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

templates/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,24 @@ <h2>{{ point.name }}</h2>
3030
</div>
3131
<footer>
3232
<p class="disclaimer">
33-
{{ 'This site is not affiliated with either the Fedora Project or the Python Software Foundation. The content, except for any trademarked logos, or unless otherwise noted is licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/legalcode) (by members of [Fedora Python SIG](https://fedoraproject.org/wiki/SIGs/Python)). The MicroBit picture is *Copyright &copy; 2016 British Broadcasting Corporation*, licensed under [MIT](https://github.com/lancaster-university/microbit-docs/blob/master/LICENSE). All product names, logos, and brands are property of their respective owners.' | markdown }}
33+
{% filter markdown %}
34+
This site is not affiliated with either the Fedora Project
35+
or the Python Software Foundation.
36+
37+
The content, except for any trademarked logos or unless otherwise
38+
noted, is licensed under [CC BY-SA] (by members of
39+
[Fedora Python SIG]).
40+
41+
The MicroBit picture is *Copyright &copy; 2016 British Broadcasting
42+
Corporation*, licensed under [MIT].
43+
44+
All product names, logos, and brands are property of their
45+
respective owners.
46+
47+
[CC BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/legalcode
48+
[Fedora Python SIG]: https://fedoraproject.org/wiki/SIGs/Python
49+
[MIT]: https://github.com/lancaster-university/microbit-docs/blob/master/LICENSE.
50+
{% endfilter %}
3451
</p>
3552
</footer>
3653
</body>

0 commit comments

Comments
 (0)