forked from 00dani/lemoncurry
Install django-shorturls to generate simple shortpermalinks for entries :3
This commit is contained in:
parent
21786d6e6c
commit
7027c74035
6 changed files with 20 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
{% extends 'lemoncurry/layout.html' %}
|
||||
{% load static %}
|
||||
{% load shorturl static %}
|
||||
|
||||
{% block head %}{% revcanonical entry %}{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue