Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RicterZ committed Jun 19, 2018
1 parent c7270c0 commit de96f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprint/themes/mdl/templates/links.html
Expand Up @@ -21,7 +21,7 @@ <h2>My Friends</h2>
<section>
<ul>
{% for link in links %}
<li>{{ link.name }}<a target="_blank" href="http://{{ link.url }}">{{ link.url }}</a></li>
<li>{{ link.name }}:&nbsp;<a target="_blank" href="http://{{ link.url }}">{{ link.url }}</a></li>
{% else %}
<p>I am alone ..</p>
{% endfor %}
Expand Down

0 comments on commit de96f4e

Please sign in to comment.