mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
8698a276f9
highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.
12 lines
545 B
HTML
12 lines
545 B
HTML
<p>
|
|
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
|
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
|
</p>
|
|
{% if site.pinboard_user %}
|
|
<script language="javascript" src="/javascripts/pinboard.js"></script>
|
|
<script language="javascript">
|
|
var linkroll = 'pinboard_linkroll'; //id target for pinboard list
|
|
pinboardNS_fetch_script("http://feeds.pinboard.in/json/v1/u:{{ site.pinboard_user }}/?cb=pinboardNS_show_bmarks\&count={{ site.pinboard_count }}");
|
|
</script>
|
|
{% endif %}
|