File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $mobile-margin: 15px;
3232 .uk-badge {
3333 border-radius : 3px ;
3434 margin-left : 10px ;
35- background : #2D9CDB ;
35+ background : #2d9cdb ;
3636 text-transform : uppercase ;
3737 padding : 4px 8px ;
3838 }
Original file line number Diff line number Diff line change 11{{ if .Pre }}
22 {{ partial "font-awesome.html" .Pre }}
33{{ end }}
4- {{ .Name }}
4+ {{ .Name }}
Original file line number Diff line number Diff line change 2727 < div class ="uk-navbar-dropdown ">
2828 < ul class ="uk-nav uk-navbar-dropdown-nav ">
2929 {{ range .Children }}
30- < li > < a href ="{{ .URL | relLangURL }} ">
31- {{ partial "menu/item.html" . }}
32- {{ if (in (split $currentPage.Site.Params.highlightLinks ",") .URL) }}
33- < span class ="uk-badge "> New</ span >
34- {{ end }}
35- </ a > </ li >
30+ < li >
31+ < a href ="{{ .URL | relLangURL }} ">
32+ {{ partial "menu/item.html" . }}
33+ {{ if (in (split $currentPage.Site.Params.highlightLinks ",") .URL) }}
34+ < span class ="uk-badge "> New</ span >
35+ {{ end }}
36+ </ a >
37+ </ li >
3638 {{ end }}
3739 </ ul >
3840 </ div >
6062 < a href ="{{ .URL | relLangURL }} ">
6163 {{ partial "menu/item.html" . }}
6264 {{ if (in (split $currentPage.Site.Params.highlightLinks ",") .URL) }}
63- < span class ="uk-badge "> New</ span >
65+ < span class ="uk-badge "> New</ span >
6466 {{ end }}
6567 </ a >
6668 </ li >
You can’t perform that action at this time.
0 commit comments