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'
|
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 = (
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue