Skip to content

Commit

Permalink
Update current_url and previous_url in the docs for View Parser. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jan 14, 2020
1 parent 95a2114 commit 0b6a4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/outgoing/view_parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ The following plugins are available when using the parser:
==================== ========================== ================================================================================== ================================================================
Plugin Arguments Description Example
==================== ========================== ================================================================================== ================================================================
currentURL Alias for the current_url helper function. {+ currentURL +}
previousURL Alias for the previous_url helper function. {+ previousURL +}
current_url Alias for the current_url helper function. {+ current_url +}
previous_url Alias for the previous_url helper function. {+ previous_url +}
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
Expand Down

0 comments on commit 0b6a4ea

Please sign in to comment.