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:
|
author:
|
||||||
name: Matthias Kretschmann
|
name: Matthias Kretschmann
|
||||||
email: m@kretschmann.io
|
email: m@kretschmann.io
|
||||||
uri: http://kretschmann.io
|
uri: https://kretschmann.io
|
||||||
twitter: kremalicious
|
twitter: kremalicious
|
||||||
facebook: matthiaskretschmann
|
facebook: matthiaskretschmann
|
||||||
googleplus: +MatthiasKretschmann
|
googleplus: +MatthiasKretschmann
|
||||||
|
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
|
||||||
|
|
||||||
|
|
||||||
# Urls
|
# Urls
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
|
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
|
||||||
</svg>
|
</svg>
|
||||||
<h1 class="action__title">Have a comment?</h1>
|
<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>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<svg class="icon icon-entypo icon-entypo-bitcoin">
|
<svg class="icon icon-entypo icon-entypo-bitcoin">
|
||||||
<use xlink:href="/assets/img/sprite.svg#entypo-bitcoin"></use>
|
<use xlink:href="/assets/img/sprite.svg#entypo-bitcoin"></use>
|
||||||
</svg>
|
</svg>
|
||||||
<code>171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V</code>
|
<code>{{ site.author.bitcoin }}</code>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user