1
0
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:
Matthias Kretschmann 2016-04-28 23:23:07 +02:00
parent c8f9d12db2
commit 37c0747e34
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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">

View File

@ -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>