diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-18 16:05:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-18 16:05:59 -0500 |
commit | fbf833aa67a1af9bb8ea807906576b06f0b299ab (patch) | |
tree | 3fcee6208821ae5b9bd2e773e67e3153db428031 | |
parent | 4f5669d5f4b66ecf990a3a87d3bfdcfedbdb339e (diff) | |
download | cl-fbf833aa67a1af9bb8ea807906576b06f0b299ab.tar.lz cl-fbf833aa67a1af9bb8ea807906576b06f0b299ab.tar.xz cl-fbf833aa67a1af9bb8ea807906576b06f0b299ab.zip |
Add PeerTube URL
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 95705bf..a63163b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -153,7 +153,7 @@ SOCIAL = { 'mastodom': '#', 'matrix': '#', 'mediagoblin': '#', - 'peertube': '#', + 'peertube': 'https://video.ploud.jp/video-channels/cl', 'pixelfed': '#', 'pump': '#' } |