mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update http:// links to https:// where appropriate
This commit is contained in:
parent
90fc604d2d
commit
e6ecefb594
8 changed files with 30 additions and 29 deletions
|
|
@ -120,8 +120,8 @@ your date according to the locale given in your settings::
|
|||
|
||||
{{ article.date|strftime('%d %B %Y') }}
|
||||
|
||||
.. _datetime: http://docs.python.org/2/library/datetime.html#datetime-objects
|
||||
.. _strftime: http://docs.python.org/2/library/datetime.html#strftime-strptime-behavior
|
||||
.. _datetime: https://docs.python.org/2/library/datetime.html#datetime-objects
|
||||
.. _strftime: https://docs.python.org/2/library/datetime.html#strftime-strptime-behavior
|
||||
|
||||
|
||||
index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue