Skip to content

Commit f85afc2

Browse files
committed
update header meta data
1 parent 4b90a4a commit f85afc2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

branding/supplemental-ui/suma/susecom-2025/css/site-extra.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,4 +1219,16 @@ nav.pagination a {
12191219
.doc .procedure .title {
12201220
background: #bff1ea;
12211221
color: #00112b;
1222+
}
1223+
1224+
.survey-link {
1225+
background-color: #90ebcd;
1226+
padding: 16px;
1227+
position: fixed;
1228+
bottom: 16px;
1229+
right: 16px;
1230+
color: black;
1231+
font-weight: 500;
1232+
z-index: 3;
1233+
text-decoration: none;
12221234
}

branding/supplemental-ui/suma/susecom-2025/partials/head-meta.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ href="https://fonts.googleapis.com/css2?family=SUSE:[email protected]&display=swap"
1212
<a class="survey-link" href="https://suselinux.fra1.qualtrics.com/jfe/form/SV_bEiGZbUNzLD8Tcy"> Documentation survey </a>
1313
<script src="/docserv/res/lightheaded/analytics.js" type="text/javascript"></script>
1414
<!-- hreflang for localized alternates -->
15-
<link href="https://documentation.suse.com/multi-linux-manager/5.0/en{{page.url}}" rel="canonical"/>
16-
<link href="https://documentation.suse.com/multi-linux-manager/5.0/en{{page.url}}" hreflang="x-default" rel="alternate"/>
15+
<link href="https://documentation.suse.com/suma/5.0/en{{page.url}}" rel="canonical"/>
16+
<link href="https://documentation.suse.com/suma/5.0/en{{page.url}}" hreflang="x-default" rel="alternate"/>
1717
<link href="https://documentation.suse.com/suma/5.0/en{{page.url}}" hreflang="en-US" rel="alternate" />
1818
<link href="https://documentation.suse.com/suma/5.0/ko{{page.url}}" hreflang="ko-kr" rel="alternate" />
1919
<link href="https://documentation.suse.com/suma/5.0/ja{{page.url}}" hreflang="ja-JP" rel="alternate" />

parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ products:
5050
value: true
5151
# Adjusting this is not required anymore as this is handled
5252
# by the Makefile. Adjust the targets there if you need to
53-
supplemental_files: ./branding/supplemental-ui/suma/webui-2023
53+
supplemental_files: ./branding/supplemental-ui/suma/susecom-2025
5454
uyuni:
5555
antora:
5656
name: "uyuni"

0 commit comments

Comments
 (0)