[conf] add links for footer
This commit is contained in:
parent
00d1c6d573
commit
17359f079c
|
@ -19,9 +19,13 @@ AUTHOR_FEED_RSS = None
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (
|
LINKS = (
|
||||||
("Pelican", "https://getpelican.com/"),
|
("Pelican", "https://getpelican.com/"),
|
||||||
("Python.org", "https://www.python.org/"),
|
("Papyrus", "https://github.com/aleylara/Papyrus"),
|
||||||
("Jinja2", "https://palletsprojects.com/p/jinja/"),
|
("Jinja2", "https://palletsprojects.com/p/jinja/"),
|
||||||
("You can modify those links in your config file", "#"),
|
("Python", "https://www.python.org/"),
|
||||||
|
("Debian", "https://www.debian.org/"),
|
||||||
|
("Alpine", "https://alpinelinux.org/"),
|
||||||
|
("Nginx", "https://nginx.org/"),
|
||||||
|
("Libvirt", "https://libvirt.org/"),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
|
|
Loading…
Reference in New Issue