diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-10 20:59:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-10 20:59:04 -0500 |
commit | cf210e192536ca0319d5cee30431c07d97ee9a18 (patch) | |
tree | 9ff5fa9f9773eb690d4680b0e44903c516e085e8 /pelicanconf.py | |
parent | b2e757f555bbbdb9ee124f47f2833333192ec160 (diff) | |
download | cl-cf210e192536ca0319d5cee30431c07d97ee9a18.tar.lz cl-cf210e192536ca0319d5cee30431c07d97ee9a18.tar.xz cl-cf210e192536ca0319d5cee30431c07d97ee9a18.zip |
Added feature social links
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 15a6160..9521cde 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -102,6 +102,17 @@ SITEMAP = { } } +SOCIAL = { + 'diaspora': '#', + 'gnusocial': '#', + 'mastodom': '#', + 'matrix': '#', + 'mediagoblin': '#', + 'peertube': '#', + 'pixelfed': '#', + 'pump': '#' +} + ANOTHER_READ_MORE_LINK = 'Continúa leyendo <span class="screen-reader-text">{title}</span>' ANOTHER_READ_MORE_LINK_FORMAT = ' <a class="more-link" href="{url}#read_more_link">{text}</a>' |