There was an error while loading. Please reload this page.
2 parents e84b0a5 + f26c39a commit 628a523Copy full SHA for 628a523
about.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Custom Header Links",
3
- "about_url": "https://meta.discourse.org/t/",
+ "about_url": "https://meta.discourse.org/t/custom-header-links/90588",
4
"license_url": "https://github.com/hnb-ku/discourse-custom-header-links/blob/master/LICENSE",
5
"component": true
6
}
common/common.scss
@@ -4,7 +4,7 @@
list-style: none;
a {
padding: 6px 10px;
7
- color: $primary;
+ color: $header_primary;
8
font-size: $font-up-1;
9
10
common/header.html
@@ -18,7 +18,8 @@
18
19
href: linkHref,
20
title: linkTitle,
21
- target: linkTarget
+ target: linkTarget,
22
+ attributes: { "data-auto-route": "true" }
23
},
24
linkText
25
)
0 commit comments