mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{%- include snippets/get-locale-string.html key='LICENSE_ANNOUNCE' -%}
|
||||
{%- assign _license_announce = __return -%}
|
||||
|
||||
{%- if include.license -%}
|
||||
|
||||
{%-assign _license_name = '<a itemprop="license" rel="license" href="[URL]">[NAME]</a>' | replace: "[URL]", include.license.url | replace: "[NAME]", include.license.name -%}
|
||||
<div class="license">
|
||||
<p>{{ _license_announce | replace: "[LICENSE]", _license_name }}
|
||||
<a rel="license" href="{{ include.license.url }}">
|
||||
<img alt="{{ include.license.name }}" src="{{ include.license.image }}" />
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user