| commit 74: | 0d9f2e9ae42b |
| parent 73: | d3fe3f5eb724 |
| branch: | default |
Adding rev=canonical to my own shorturl service: bgk.me
15 months ago
Changed (Δ167 bytes):
raw changeset »
biologeek/templates/bistrot/thought_detail.html (3 lines added, 0 lines removed)
biologeek/templates/journal/post_detail.html (1 lines added, 0 lines removed)
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:
