Skip to content

Commit

Permalink
Add License
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuebel committed Feb 28, 2025
1 parent d4a95c9 commit 0d8e6dd
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 211 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

27 changes: 17 additions & 10 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<data class="u-url" href="{{ " /" | relative_url }}"></data>

<div class="wrapper">

Expand All @@ -12,26 +12,33 @@
</svg><span>Subscribe</span>
</a>
</p>
{%- if site.author %}
{%- if site.author %}
<ul class="contact-list">
{% if site.author.name -%}
<li class="p-name">{{ site.author.name | escape }}</li>
<li class="p-name">{{ site.author.name | escape }}</li>
{% endif -%}
{% if site.author.email -%}
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
{%- endif %}
</ul>
{%- endif %}
{%- endif %}
</div>
<div class="footer-col">
<p>{{ site.description | escape }}</p>
<a href="/_pages/LICENSE.html"><b>LICENSE</b></a>
<br>
<b>Content</b> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/"">CC BY-SA 4.0</a>.
<br>
<b>Code</b> is licensed under <b>BSD-3</b>.
<br>
<b>Third party content</b> is available under <b>their respective license</b>.
</div>
</div>

<div class="social-links">
{%- include social.html -%}
</div>
<div class=" social-links">
{%- include social.html -%}
</div>

</div>
</div>

</footer>
</footer>
Loading

0 comments on commit 0d8e6dd

Please sign in to comment.