david / biologeek (http://biologeek.com/)

Source code of biologeek.com weblog under WTFPL.

Clone this repository (size: 252.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/biologeek

Changed (Δ167 bytes):

Up to file-list biologeek/templates/bistrot/thought_detail.html:

2
2
{% load tagging_tags discussion_tags comments biologeek_tags %}
3
3
4
4
{% block title %}{{ thought.title }},{% endblock %}
5
{% block extra_head %}
6
  <link rev="canonical" href="http://bgk.me/t/{{ thought.id }}">
7
{% endblock %}
5
8
{% block extra_body %}class="bistrot unicol"{% endblock %}
6
9
7
10
{% block info %}

Up to file-list biologeek/templates/journal/post_detail.html:

3
3
4
4
{% block extra_head %}
5
5
    <link rel="meta" type="application/rdf+xml" title="SIOC" href="{{ post.get_data_url }}"/>
6
    <link rev="canonical" href="http://bgk.me/p/{{ post.id }}">
6
7
{% endblock %}
7
8
8
9
{% block extra_body %}