a couple socially things

This commit is contained in:
Danny Berger
2013-01-06 16:46:05 -07:00
parent 25f1ac55b9
commit cbab714c48
4 changed files with 21 additions and 5 deletions

View File

@@ -6,14 +6,18 @@
{% if page.location %}
<a href="https://maps.google.com/maps?hl=en&ll={{ page.location.latitude }},{{ page.location.longitude }}&t=w&z=12"><img height="49" src="https://maps.googleapis.com/maps/api/staticmap?center={{ page.location.latitude }},{{ page.location.longitude }}&zoom=9&size=98x98&sensor=false" title="{{ page.location.title }}" width="49" /></a>
{% endif %}
</div>
<div class="social">
</div>
<h2>{{ page.title }}</h2>
</header>
<section>
{{ content }}
</section>
{% if page.tags|size %}
<div class="meta">{% for tag in page.tags %}{% if forloop.index0 > 0 %} &middot; {% endif %}<a href="/tags/{{ tag|slugize }}">{{ tag }}</a>{% endfor %}</div>
{% endif %}
<div class="meta meta-social">
<a href="https://twitter.com/share" class="twitter-share-button" data-via="dpb587">Tweet</a>
<div class="g-plusone" data-size="medium" data-width="300"></div>
</div>
</section>
{% include footer.html %}