We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e51e45 commit ccdaab2Copy full SHA for ccdaab2
blog/html/blog-hdr/v2.0/blog-hdr-v2.0.html
@@ -26,11 +26,9 @@
26
.item-label
27
{}
28
29
- .title
30
- {position:relative;margin:0;color:blue}
31
32
- ::slotted(.title)
33
- {margin:0 auto}
+ ::slotted([slot=title])
+ {position:relative;margin:0;color:blue}
34
35
36
@@ -50,7 +48,8 @@
50
48
51
49
<div id=root>
52
53
-
+ <slot name=seo-hdr class=visually-hidden></slot>
+
54
<a class=item href='/'>
55
home
56
</a>
@@ -71,9 +70,6 @@
71
70
72
<page-source component></page-source>
73
74
75
- <slot name=seo-hdr class=visually-hidden></slot>
76
77
</div>
78
79
</template>
0 commit comments