mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-09 23:50:54 +00:00
Added themes directory, improved javascript load and minification.
This commit is contained in:
16
themes/classic/source/_layouts/post.html
Normal file
16
themes/classic/source/_layouts/post.html
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default
|
||||
single: true
|
||||
---
|
||||
|
||||
<article class="hentry">
|
||||
{% include article.html %}
|
||||
<footer>
|
||||
<p>
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
|
||||
</p>
|
||||
</footer>
|
||||
{% if site.disqus_short_name %}
|
||||
<div id="disqus_thread">{% include disqus_thread.html %}</div>
|
||||
{% endif %}
|
||||
</article>
|
||||
Reference in New Issue
Block a user