Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 971 Bytes

File metadata and controls

35 lines (31 loc) · 971 Bytes
title tags
layout page
{% for tag in site.tags %} {{ tag[0] }} {% endfor %}
    {% for tag in site.tags %}
  • {{ tag[0] }}
  • {% for post in tag[1] %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endfor %} {% endfor %}
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmedia%2Fjs%2Fjquery-1.7.1.min.js" type="text/javascript" charset="utf-8"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fmedia%2Fjs%2Fjquery.tagcloud.js" type="text/javascript" charset="utf-8"></script> <script language="javascript"> $.fn.tagcloud.defaults = { size: {start: 1, end: 1.5, unit: 'em'}, color: {start: '#113344', end: '#95815e'} }; $(function () { $('#tag_cloud a').tagcloud(); }); </script>