aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-10 20:59:04 -0500
committerJesús <heckyel@hyperbola.info>2019-03-10 20:59:04 -0500
commitcf210e192536ca0319d5cee30431c07d97ee9a18 (patch)
tree9ff5fa9f9773eb690d4680b0e44903c516e085e8 /pelicanconf.py
parentb2e757f555bbbdb9ee124f47f2833333192ec160 (diff)
downloadcl-cf210e192536ca0319d5cee30431c07d97ee9a18.tar.lz
cl-cf210e192536ca0319d5cee30431c07d97ee9a18.tar.xz
cl-cf210e192536ca0319d5cee30431c07d97ee9a18.zip
Added feature social links
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py11
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>'