gohugo-theme-ananke-patched/layouts/post
Josh Lubaway 0d9656d939 Replace {{ .URL }} with {{ .Permalink }} (#216)
Using the `{{ .URL }}` token results in a warning:

    WARN 2019/10/13 15:12:12 Page's .URL is deprecated and will be removed in a
    future release. Use .Permalink or .RelPermalink. If what you want is the
    front matter URL value, use .Params.url.

Steps to reproduce
==================

Follow along with the Quick Start guide at
https://gohugo.io/getting-started/quick-start/

Running `hugo server -D` emits a warning that `.URL` is deprecated.
2019-10-26 13:00:59 -04:00
..
list.html Improve semantic structure of pages (#151) 2019-01-07 19:41:02 -05:00
summary-with-image.html Replace {{ .URL }} with {{ .Permalink }} (#216) 2019-10-26 13:00:59 -04:00
summary.html Replace {{ .URL }} with {{ .Permalink }} (#216) 2019-10-26 13:00:59 -04:00