diff options
author | Cédric Bonhomme <kimble.mandel+bitbucket@gmail.com> | 2015-07-21 17:50:34 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel+bitbucket@gmail.com> | 2015-07-21 17:50:34 +0200 |
commit | d5200b2c9879938fe8e66c0016023d62a9b4f291 (patch) | |
tree | bd474e414f10c01c3779ee27a4dd3bc5f81e59be /pyaggr3g470r/templates/layout.html | |
parent | Updated translations. (diff) | |
parent | improving article listing : default icon and title for article link (diff) | |
download | newspipe-d5200b2c9879938fe8e66c0016023d62a9b4f291.tar.gz newspipe-d5200b2c9879938fe8e66c0016023d62a9b4f291.tar.bz2 newspipe-d5200b2c9879938fe8e66c0016023d62a9b4f291.zip |
Merged in jaesivsm/pyaggr3g470r (pull request #19)
small post vacations fix
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index c2c0c07e..93d36096 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -27,10 +27,9 @@ </button> <a class="navbar-brand" href="{{ url_for("home") }}">pyAggr3g470r</a> {% if head_titles %} - {% for head_title in head_titles %} - <span class="navbar-brand"> - </span> - <span class="navbar-brand">{{ head_title }}</span> - {% endfor %} + <p class="navbar-text" style="max-height: 20px; overflow: hidden"> + {{ " - ".join(head_titles) }} + </p> {% endif %} </div> |