initial theming dev
This commit is contained in:
parent
5c673525d6
commit
f1e52677ed
47 changed files with 4008 additions and 9033 deletions
5
src/_includes/icons/letterboxd.liquid
Normal file
5
src/_includes/icons/letterboxd.liquid
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if site.letterboxd != "" %}
|
||||
<a href={{ site.letterboxd }} rel="me">
|
||||
<svg class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400 h-6 w-6" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Letterboxd</title><path d="M8.29 16.752V7.2H6.546V4.8h6.328v2.4h-1.746v9.574h3.925v-2.618h2.839V19.2H6.545v-2.448h1.746zM0 12c0 6.628 5.372 12 12 12s12-5.372 12-12S18.628 0 12 0 0 5.372 0 12z"/></svg>
|
||||
</a>
|
||||
{% endif %}
|
Reference in a new issue