diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-12-24 12:21:27 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-12-24 12:21:27 +0100 |
commit | 24d8ada01306fd3b208c31fd815fe1ffdd1b120e (patch) | |
tree | 34fdd8bc6e6ef3ac263cf2ccdf40e87ebdcac10f | |
parent | cd45776f92981fd98a59f605075272265d3a0174 (diff) | |
download | gabrielgio.me-24d8ada01306fd3b208c31fd815fe1ffdd1b120e.tar.gz gabrielgio.me-24d8ada01306fd3b208c31fd815fe1ffdd1b120e.tar.bz2 gabrielgio.me-24d8ada01306fd3b208c31fd815fe1ffdd1b120e.zip |
feat: Add one more source to openring
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ openring: -s https://drewdevault.com/blog/index.xml \ -s https://mazzo.li/rss.xml \ -s https://blog.golang.org/feed.atom \ + -s https://emersion.fr/blog/atom.xml \ < webring.template \ > themes/flamingo/layouts/partials/openring.html |