@@ -27,12 +27,12 @@ const meta: MetaComponent = {
2727 < li > < a href =""> Über uns</ a > </ li >
2828 </ ul >
2929
30- <!-- Menu button for mobile -->
31- < post-togglebutton slot ="post-togglebutton ">
32- < span > Menu</ span >
33- < post-icon aria-hidden ="true " name ="burger " data-showwhen ="untoggled "> </ post-icon >
34- < post-icon aria-hidden ="true " name ="closex " data-showwhen ="toggled "> </ post-icon >
35- </ post-togglebutton >
30+ <!-- Menu button for mobile -->
31+ < post-togglebutton slot ="post-togglebutton ">
32+ < span > Menu</ span >
33+ < post-icon aria-hidden ="true " name ="burger " data-showwhen ="untoggled "> </ post-icon >
34+ < post-icon aria-hidden ="true " name ="closex " data-showwhen ="toggled "> </ post-icon >
35+ </ post-togglebutton >
3636
3737 <!-- Language switch -->
3838 < post-language-switch
@@ -51,24 +51,24 @@ const meta: MetaComponent = {
5151 <!-- Application title (optional) -->
5252 < h1 slot ="title "> Application title</ h1 >
5353
54- <!-- Custom content (optional) -->
55- < ul slot ="local-controls " class ="list-inline ">
56- < li >
57- < a href ="# ">
58- < span > Search</ span >
59- < post-icon aria-hidden ="true " name ="search "> </ post-icon >
60- </ a >
61- </ li >
62- < li >
63- < a href ="# ">
64- < span > Login</ span >
65- < post-icon aria-hidden ="true " name ="login "> </ post-icon >
66- </ a >
67- </ li >
68- </ ul >
54+ <!-- Local controls (optional) -->
55+ < ul slot ="local-controls " class ="list-inline ">
56+ < li >
57+ < a href ="# ">
58+ < span > Search</ span >
59+ < post-icon aria-hidden ="true " name ="search "> </ post-icon >
60+ </ a >
61+ </ li >
62+ < li >
63+ < a href ="# ">
64+ < span > Login</ span >
65+ < post-icon aria-hidden ="true " name ="login "> </ post-icon >
66+ </ a >
67+ </ li >
68+ </ ul >
6969
7070 <!-- Main navigation -->
71- < post-mainnavigation caption ="Hauptnavigation ">
71+ < post-mainnavigation slot =" post-mainnavigation " caption ="Hauptnavigation ">
7272 < post-list title-hidden ="">
7373 < h2 > Main Navigation</ h2 >
7474 <!-- Link only level 1 -->
0 commit comments