Update links to HTTPS and current 301 redirects in docs/templates/themes

This also updates the Tumblr API to use HTTPS as documented in the
current Tumblr API docs.
This commit is contained in:
Kurt McKee 2019-12-06 09:13:07 -06:00
commit fbf1d79392
129 changed files with 280 additions and 266 deletions

View file

@ -32,7 +32,7 @@ The logic is separated into different classes and concepts:
inputs.
* Pelican also uses templates, so it's easy to write your own theme. The
syntax is `Jinja2 <http://jinja.pocoo.org/>`_ and is very easy to learn, so
syntax is `Jinja2 <https://palletsprojects.com/p/jinja/>`_ and is very easy to learn, so
don't hesitate to jump in and build your own theme.
How to implement a new reader?