Split base into multiple partials
This commit is contained in:
parent
c96adc71f9
commit
98cfee4ce2
19 changed files with 199 additions and 198 deletions
|
@ -1,4 +1,5 @@
|
|||
<a href="{{ GITHUB_CORNER_URL }}" class="github-corner" aria-label="View source on Github">
|
||||
{% if GITHUB_CORNER_URL %}
|
||||
<a href="{{ GITHUB_CORNER_URL }}" target="_blank" class="github-corner" aria-label="View source on Github">
|
||||
<svg width="80"
|
||||
height="80"
|
||||
viewBox="0 0 250 250"
|
||||
|
@ -16,4 +17,4 @@
|
|||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue