| commit 81: | 39665a77a5b7 |
| parent 80: | 7047114fa426 |
| branch: | default |
Fixes #1, my bad on short link declaration, thanks @rik
13 months ago
Changed (Δ0 bytes):
raw changeset »
biologeek/templates/bistrot/thought_detail.html (1 lines added, 1 lines removed)
biologeek/templates/journal/post_detail.html (1 lines added, 1 lines removed)
Up to file-list biologeek/templates/bistrot/thought_detail.html:
3 |
3 |
|
4 |
4 |
{% block title %}{{ thought.title }},{% endblock %} |
5 |
5 |
{% block extra_head %} |
6 |
<link re |
|
6 |
<link rel="shortlink" href="http://bgk.me/t/{{ thought.id }}"> |
|
7 |
7 |
{% endblock %} |
8 |
8 |
{% block extra_body %}class="bistrot unicol"{% endblock %} |
9 |
9 |
Up to file-list biologeek/templates/journal/post_detail.html:
