footer: add coffee icon after Eleventy in Powered by
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.locale | default('en') }}" class="loading">
|
||||
<head>
|
||||
<meta name="bridgy-opt-out" content="yes">
|
||||
{# OG image resolution handled by og-fix transform in eleventy.config.js
|
||||
to bypass Eleventy 3.x parallel rendering race condition (#3183).
|
||||
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__
|
||||
@@ -372,7 +371,14 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center text-sm text-surface-700 dark:text-surface-300">Powered by <a href="https://getindiekit.com" class="hover:text-surface-900 dark:hover:text-surface-100 hover:underline">Indiekit</a> + <a href="https://11ty.dev" class="hover:text-surface-900 dark:hover:text-surface-100 hover:underline">Eleventy</a></p>
|
||||
<p class="text-center text-sm text-surface-700 dark:text-surface-300">
|
||||
Powered by <a href="https://getindiekit.com" class="hover:text-surface-900 dark:hover:text-surface-100 hover:underline">Indiekit</a> + <a href="https://11ty.dev" class="hover:text-surface-900 dark:hover:text-surface-100 hover:underline">Eleventy</a>
|
||||
<span title="Coffee" style="display:inline-block;vertical-align:middle;margin-left:0.3em;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" width="1em" height="1em" style="display:inline;vertical-align:-0.15em;color:#c08401;">
|
||||
<path d="M3 4.5A1.5 1.5 0 0 1 4.5 3h11A1.5 1.5 0 0 1 17 4.5V7a4 4 0 0 1-3.5 3.97V12a5 5 0 0 1-10 0V4.5ZM4.5 4a.5.5 0 0 0-.5.5V12a4 4 0 0 0 8 0V4.5a.5.5 0 0 0-.5-.5h-7Zm10.5.5a.5.5 0 0 0-.5-.5h-1v7.97A3.98 3.98 0 0 0 16 7V4.5Z"/>
|
||||
</svg>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user