blog.edit_article_url
Previous  Top  Next

A string variable containing an URL, which if accessed, takes the reader to the Edit Article page for the currently viewed article.



Example
In the example below, the text "Click here to edit this article" is linked to the Edit Article page for the article.

<a href="{{blog.edit_article_url}}">Click here to edit this article.</a>