mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
more variables use
This commit is contained in:
parent
c8f9d12db2
commit
37c0747e34
@ -16,10 +16,11 @@ url: https://kremalicious.com
|
||||
author:
|
||||
name: Matthias Kretschmann
|
||||
email: m@kretschmann.io
|
||||
uri: http://kretschmann.io
|
||||
uri: https://kretschmann.io
|
||||
twitter: kremalicious
|
||||
facebook: matthiaskretschmann
|
||||
googleplus: +MatthiasKretschmann
|
||||
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
|
||||
|
||||
|
||||
# Urls
|
||||
|
@ -7,7 +7,7 @@
|
||||
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
|
||||
</svg>
|
||||
<h1 class="action__title">Have a comment?</h1>
|
||||
<p class="action__text">Hit me up <a href="https://twitter.com/intent/tweet?text=@kremalicious&url={{ site.url }}{{ page.url }}">@kremalicious</a></p>
|
||||
<p class="action__text">Hit me up <a href="https://twitter.com/intent/tweet?text=@kremalicious&url={{ site.url }}{{ page.url }}">@{{ site.author.twitter }}</a></p>
|
||||
</article>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
|
@ -48,7 +48,7 @@
|
||||
<svg class="icon icon-entypo icon-entypo-bitcoin">
|
||||
<use xlink:href="/assets/img/sprite.svg#entypo-bitcoin"></use>
|
||||
</svg>
|
||||
<code>171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V</code>
|
||||
<code>{{ site.author.bitcoin }}</code>
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user