|
9 | 9 | <section class="top-bar-section"> |
10 | 10 | {% comment %} |
11 | 11 |
|
12 | | - ____ __ __ _ __ _ __ _ |
13 | | - / __ \___ _____/ /_ / /____ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ |
14 | | - / /_/ / _ \/ ___/ __ \/ __/ _ \ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ |
15 | | - / _, _/ __/ /__/ / / / /_/ __/ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / |
16 | | -/_/ |_|\___/\___/_/ /_/\__/\___/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ |
17 | | - /____/ |
| 12 | + ____ _ __ __ _ __ _ __ _ |
| 13 | + / __ \(_)___ _/ /_ / /_ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ |
| 14 | + / /_/ / / __ `/ __ \/ __/ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ |
| 15 | + / _, _/ / /_/ / / / / /_ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / |
| 16 | +/_/ |_/_/\__, /_/ /_/\__/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ |
| 17 | + /____/ /____/ |
18 | 18 |
|
19 | 19 | {% endcomment %} |
20 | 20 | <ul class="right"> |
|
26 | 26 | {% assign domain = site.url %} |
27 | 27 | {% endif %} |
28 | 28 |
|
29 | | - {% comment %} Wenn rechte Seite sonst mach nichts {% endcomment %} |
| 29 | + {% comment %} If there are links for right side begin {% endcomment %} |
30 | 30 | {% if link.side == 'right' %} |
31 | | - {% comment %} Wenn rechte Seite OHNE Dropdown Menu dann {% endcomment %} |
| 31 | + {% comment %} If right side WITHOUT dropdown menu do {% endcomment %} |
32 | 32 | {% if link.dropdown == nil %} |
33 | 33 | <li class="divider"></li> |
34 | 34 | <li{% if link.url == page.url %} class="active"{% endif %}><a href="{{ domain }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title }}</a></li> |
35 | 35 |
|
36 | | - {% comment %} Wenn rechte Seite mit Dropdown Menu dann {% endcomment %} |
| 36 | + {% comment %} If right side WITH dropdown menu do {% endcomment %} |
37 | 37 | {% else %} |
38 | 38 |
|
39 | 39 | <li class="divider"></li> |
|
57 | 57 | {% endif %} |
58 | 58 | {% endif %} |
59 | 59 | {% endfor %} |
60 | | - {% comment %} Fertig Schleife 1 {% endcomment %} |
| 60 | + {% comment %} First loop finished 1 {% endcomment %} |
61 | 61 | </ul> |
62 | 62 | {% comment %} |
63 | 63 |
|
64 | | - __ _ __ _ __ _ __ _ |
65 | | - / / (_)___ / /_____ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ |
66 | | - / / / / __ \/ //_/ _ \ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ |
67 | | - / /___/ / / / / ,< / __/ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / |
68 | | -/_____/_/_/ /_/_/|_|\___/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ |
69 | | - /____/ |
| 64 | + __ ______ _ __ _ __ _ |
| 65 | + / / ___ / __/ /_ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ |
| 66 | + / / / _ \/ /_/ __/ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ |
| 67 | + / /___/ __/ __/ /_ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / |
| 68 | +/_____/\___/_/ \__/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ |
| 69 | + /____/ |
70 | 70 |
|
71 | 71 | {% endcomment %} |
72 | 72 | <ul class="left"> |
|
78 | 78 | {% assign domain = site.url %} |
79 | 79 | {% endif %} |
80 | 80 |
|
81 | | - {% comment %} Wenn linke Seite sonst mach nichts {% endcomment %} |
| 81 | + {% comment %} If there are links for left side begin {% endcomment %} |
82 | 82 | {% if link.side == 'left' %} |
83 | 83 |
|
84 | | - {% comment %} Wenn linke Seite OHNE Dropdown Menu dann {% endcomment %} |
| 84 | + {% comment %} If left side WITHOUT dropdown menu do {% endcomment %} |
85 | 85 | {% if link.dropdown == nil %} |
86 | 86 | <li{% if link.url == page.url %} class="active"{% endif %}><a href="{{ domain }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title }}</a></li> |
87 | 87 | <li class="divider"></li> |
88 | 88 |
|
89 | | - {% comment %} Wenn linke Seite mit Dropdown Menu dann {% endcomment %} |
| 89 | + {% comment %} If left side WITH dropdown menu do {% endcomment %} |
90 | 90 | {% else %} |
91 | 91 |
|
92 | 92 | <li class="has-dropdown{% if link.url == page.url %} active{% endif %}"> |
|
110 | 110 | {% endif %} |
111 | 111 | {% endif %} |
112 | 112 | {% endfor %} |
113 | | - {% comment %} Fertig Schleife 1 {% endcomment %} |
| 113 | + {% comment %} Second loop finished {% endcomment %} |
114 | 114 | </ul> |
115 | 115 | </section> |
116 | 116 | </nav> |
|
0 commit comments