From 6f5d8eae9637533a65ac768982175fe65edf2e5f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 29 Jan 2013 22:08:47 -0600 Subject: [PATCH] Relative URL issues with the related post examples I noted that if you set the `ARTICLE_URL` site variable to have some depth and just create relative links, they will not link correctly. by prefacing the link with `{{ SITEURL}}/` it seems to ensure proper links are created and works with the `make devserver` mode --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 77b114cf..3537f16b 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -302,7 +302,7 @@ For example:: {% if article.related_posts %} {% endif %}