| commit 88: | 858e010e7f75 |
| parent 87: | a0821d39bfd4 |
| branch: | default |
| tags: | tip |
Forgot to close link tags, yes it's a fail.
7 months ago
Changed (Δ2 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 rel="shortlink" href="http://bgk.me/t/{{ thought.id }}" |
|
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:
