Added sidebar box with contact info about Snowden refugees

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-30 21:37:15 +01:00
parent 220972da44
commit 7cd1380f2a
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<div class="card sidebar mb-3">
<div class="card-body">
<p class="card-text">
Want to contact me with respect to the Snowden refugees?<br>
<span class="fas fa-envelope"></span>&nbsp;{{ site.data.author.generic_email }}, with topic = {{ site.data.author.snowden_topic }}
</p>
</div>
</div>