diff options
author | Bot <bot@myigel.name> | 2017-08-30 00:07:01 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-08-30 00:22:02 +0200 |
commit | a473a56f1dbf568dc66cd6fcffe6b638308c542e (patch) | |
tree | c3f11e5fd08e0180d743a2ee0d2142f376662d8e /templates | |
parent | 341c076d98209b19f8360486ca41ac62e506db7b (diff) |
Formatting
Diffstat (limited to 'templates')
-rw-r--r-- | templates/guest_credits.html | 7 | ||||
-rw-r--r-- | templates/layout.html | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/templates/guest_credits.html b/templates/guest_credits.html index ba746d6a..db7fac57 100644 --- a/templates/guest_credits.html +++ b/templates/guest_credits.html @@ -20,11 +20,10 @@ <div class="col-md-4"> <h2>Hosting</h2> <p> - Webspace, development platform and domain on <a href="https://engelsystem.de">engelsystem.de</a> is currently provided by - <a href="https://www.wybt.net/">would you buy this?</a> (ichdasich) + Webspace, development platform and domain on <a href="https://engelsystem.de">engelsystem.de</a> + is currently provided by <a href="https://www.wybt.net/">would you buy this?</a> (ichdasich) and adminstrated by <a href="http://mortzu.de/">mortzu</a>, - <a href="http://derf.homelinux.org/">derf</a> - and ichdasich. + <a href="http://derf.homelinux.org/">derf</a> and ichdasich. </p> </div> <div class="col-md-4"> diff --git a/templates/layout.html b/templates/layout.html index 1923124c..4b9aa06e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -22,7 +22,9 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="%start_page_url%"><span class="icon-icon_angel"></span> <strong class="visible-lg-inline">ENGELSYSTEM</strong></a> + <a class="navbar-brand" href="%start_page_url%"> + <span class="icon-icon_angel"></span> <strong class="visible-lg-inline">ENGELSYSTEM</strong> + </a> </div> <div class="collapse navbar-collapse" id="navbar-collapse-1">%menu% %header_toolbar%</div> </div> |