flex/templates
Fidel Ramos 90e3ee38ff
Support defining LINKS that open in the same window
Currently all LINKS open in a new window (target="_blank"), but in
some cases it's desirable to open them in the same window. For example
I use it for linking to categories and tags:

LINKS = (
    ('Categories', SITEURL+'/categories#categories', False),
    ('Tags', SITEURL+'/tags#tags', False),
)

Old format and experience is still supported, this is
backwards-compatible.
2019-10-19 17:49:13 +00:00
..
partial Replace Piwik code with Matomo (#183) 2019-06-24 21:51:12 +02:00
archives.html
article.html Close the addthis relatedposts div, and only include it if addthis is enabled in config 2018-02-24 13:59:51 +00:00
author.html
authors.html Fixes. 2017-04-22 03:41:39 -03:00
base.html Support defining LINKS that open in the same window 2019-10-19 17:49:13 +00:00
categories.html Fixes. 2017-04-22 03:41:39 -03:00
category.html
index.html remove unnecessary whitespace if there's no Continue Reading button 2018-10-16 13:05:58 +02:00
page.html Support article translation 2017-04-22 19:34:29 -03:00
period_archives.html Draw period_archives according to the archives model. This fixes margin for period archives. (#126) 2017-07-12 11:18:16 -03:00
tag.html
tags.html Fixes. 2017-04-22 03:41:39 -03:00