Skip to content

Commit

Permalink
Merge pull request #35 from SohamKukreti/favicon
Browse files Browse the repository at this point in the history
Added osdc logo favicon
  • Loading branch information
PrimalPimmy authored Dec 5, 2023
2 parents c854a74 + b404e9d commit feaa1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/drizzle/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<title> {{ .Site.Title }} </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> {{/* Scale text sizes properly for mobile srceens */}}
<link rel="icon" type="image/x-icon" href="https://github.com/osdc/design/blob/master/logo/osdc.png?raw=true">
{{ $styles := resources.Get "css/styles.scss" | toCSS | postCSS (dict "config" "./assets/css/postcss.config.js") }}
{{ if .Site.IsServer }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
Expand Down

0 comments on commit feaa1b4

Please sign in to comment.