links
This commit is contained in:
parent
e35cb8011e
commit
9799b92e87
2 changed files with 4 additions and 5 deletions
|
@ -17,10 +17,9 @@ AUTHOR_FEED_RSS = None
|
|||
THEME = 'themes/dark'
|
||||
|
||||
LINKS = (
|
||||
('Pelican', 'http://getpelican.com/'),
|
||||
('Python.org', 'http://python.org/'),
|
||||
('Jinja2', 'http://jinja.pocoo.org/'),
|
||||
('You can modify those links in your config file', '#'),
|
||||
('rwx.work', 'https://rwx.work'),
|
||||
('marc-beninca.fr', 'https://marc-beninca.fr'),
|
||||
('tilde.link', 'https://tilde.link'),
|
||||
)
|
||||
|
||||
SOCIAL = (
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<ul class="nav nav-list">
|
||||
{% 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 %}
|
||||
<li><a href="{{ link }}"><i class="icon-external-link"></i>{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue