shoui520 / shoui520.github.io

https://learnjapanese.moe
GNU General Public License v3.0
71 stars 33 forks source link

Added heart button to header that links to patreon #12

Closed wizo06 closed 3 years ago

wizo06 commented 3 years ago

This file is just a copy paste from material mkdocs' repository. Then I added this line

    <!-- Heart emoji that links to patreon -->
    <label class="md-header__button md-icon">
      <a href="https://www.patreon.com/shoui">
        {% include ".icons/material/heart.svg" %}
      </a>
    </label>