flex/templates
saagit 17565a6365
Add option to output canonical URL (#240)
* Add option to output canonical URL

Canonical links are handy to tell search engines which page is
canonical amongst various permutations of URLs (e.g. https vs. http
and www subdomain or not).  Add an option to output one via the
following pelicanconf.py setting:

REL_CANONICAL = True
2020-12-01 19:39:12 +01:00
..
partial Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py 2020-09-10 08:42:20 -07:00
archives.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
article.html Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py 2020-09-10 08:42:20 -07:00
author.html
authors.html Add id attribute to archives and authors pages 2019-10-19 20:22:39 +00:00
base.html Add option to output canonical URL (#240) 2020-12-01 19:39:12 +01:00
categories.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
category.html
index.html Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py 2020-09-10 08:42:20 -07:00
page.html Set alternate link tags for translated content 2019-10-27 15:21:23 +00:00
period_archives.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
search.html Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py 2020-09-10 08:42:20 -07:00
tag.html
tags.html