Served with Drogon
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oDinZu 2023-05-03 13:06:15 -04:00
parent f6d12c6328
commit 2f59aab14d
2 changed files with 7 additions and 6 deletions

View File

@ -24,7 +24,7 @@ location_coords: "39.63;-79,96"
terms_link: /blog/legal/2022/05/24/our-terms-and-conditions/
privacy_link: /blog/legal/2022/05/24/our-privacy-policy/
sitemap_link: /sitemap.xml
license_shorthand: This is <a href="https://softwarefreedom.org/" target="_blank">Free Software</a> released under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL-3.0</a>.
license_shorthand: This is <a href="https://softwarefreedom.org/" target="_blank">Freedom Software &#x1F4DC;</a> released under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL-3.0</a>.
license_longhand: >- # this means to ignore newlines
This is Free Software released under GPLv3. Any misuse of this software
will be followed up with GPL enforcement via Software Freedom Law Center:

View File

@ -8,11 +8,12 @@
<li><a href="mailto:{{ site.data.global.info_email }}" class="icon solid fa-envelope" target="_blank"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">
&copy; 2013-<script>document.write(new Date().getFullYear())</script> {{ site.data.global.legal_title }} <a href="{{ site.data.global.creator_link }}" target="_blank"></a><br />
<a href="/humans.txt" target="_blank">Imagined by humans</a>, <a href="https://jekyllrb.com/" target="_blank">built with Jekyll</a>,
<a href="https://git.sharpetronics.com/SharpeTronics/sharpetronics.com" target="_blank">hosted by {{ site.data.global.legal_title }}</a><br />
<!-- Creative Commons Attribution-NoDerivs 3.0 United States License -->
{{ site.data.global.license_shorthand }}
&copy; 2013-<script>document.write(new Date().getFullYear())</script> {{ site.data.global.legal_title }} <br />
<a href="/humans.txt" target="_blank">Imagined by humans</a>, <a href="https://jekyllrb.com/" target="_blank">built with Jekyll</a>, and <a href="https://sharpetronics.com" target="_blank">hosted by {{ site.data.global.legal_title }}.</a><br />
Served with <a href="https://github.com/drogonframework/drogon" target="_blank">Drogon &#128009;.</a><br />
<!-- GNU General Public License -->
{{ site.data.global.license_shorthand }}<br />
<a href="https://opencollective.com/sharpetronics" target="_blank">Supported</a> &#128147; by the <a href="https://opencollective.com/sharpetronics" target="_blank">Open Collective.</a>
</p>
<ul class="menu">
<li><a href="{{ site.data.global.terms_link }}">Terms of Use</a></li>