aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
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>'