Skip to content

Commit 363ea9d

Browse files
fnetXCodeberg Admins @ build
authored andcommitted
CB/feat: Codeberg Design Kit
- moving this over from build-deploy-gitea, because all other references to Codeberg/Design are now also in the fork - build-deploy-gitea will then only keep references to content that lives within the repo (stlview.js)
1 parent 1adc7bb commit 363ea9d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates/base/head.tmpl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
{{else if ne DefaultTheme "gitea"}}
7373
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/theme-{{DefaultTheme | PathEscape}}.css?v={{AssetVersion}}">
7474
{{end}}
75+
<!-- Codeberg Design Kit -->
76+
<link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.ico" type="image/x-icon" />
77+
<link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.svg" type="image/svg+xml" />
78+
<link rel="apple-touch-icon" href="https://design.codeberg.org/logo-kit/apple-touch-icon.png" />
79+
80+
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
81+
<script defer src="https://design.codeberg.org/design-kit/codeberg.js"></script>
82+
<script defer type="module" src="https://design.codeberg.org/components/codeberg-components.js"></script>
83+
84+
<link href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" rel="stylesheet" />
7585
{{template "custom/header" .}}
7686
</head>
7787
<body>

0 commit comments

Comments
 (0)