This commit is contained in:
Marc Beninca 2020-04-11 12:07:40 +02:00
parent e35cb8011e
commit 9799b92e87
2 changed files with 4 additions and 5 deletions

View file

@ -17,10 +17,9 @@ AUTHOR_FEED_RSS = None
THEME = 'themes/dark' THEME = 'themes/dark'
LINKS = ( LINKS = (
('Pelican', 'http://getpelican.com/'), ('rwx.work', 'https://rwx.work'),
('Python.org', 'http://python.org/'), ('marc-beninca.fr', 'https://marc-beninca.fr'),
('Jinja2', 'http://jinja.pocoo.org/'), ('tilde.link', 'https://tilde.link'),
('You can modify those links in your config file', '#'),
) )
SOCIAL = ( SOCIAL = (

View file

@ -1,6 +1,6 @@
<ul class="nav nav-list"> <ul class="nav nav-list">
{% if LINKS %} {% if LINKS %}
<li class="nav-header"><h4><i class="icon-external-link"></i>blogroll</h4></li> <li class="nav-header"><h4><i class="icon-external-link"></i>https://</h4></li>
{% for name, link in LINKS %} {% for name, link in LINKS %}
<li><a href="{{ link }}"><i class="icon-external-link"></i>{{ name }}</a></li> <li><a href="{{ link }}"><i class="icon-external-link"></i>{{ name }}</a></li>
{% endfor %} {% endfor %}