Compute the full url of a post
Add the following snippet to your template to get the full url.
{% if post.meta.full_url %}
{{ post.meta.full_url}}
{% endif %}
- 29/12/19 Refactored for new plugin system and python 3.
- 12/27/16 initial version.
Author: Celine Bursztein