Skip to content

Commit

Permalink
Add favicon and <meta> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Oct 10, 2024
1 parent b82930c commit 1a8b88f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ .Title }}</title>
<title>{{ .Title }} | MaxMind Developer Portal</title>
{{ if .Description }}
<meta name="description" content="{{ .Description }}">
{{ end }}

{{ $style := resources.Get "scss/index.scss" }} {{ $options := dict
"transpiler" "dartsass" }} {{ $style := $style | toCSS $options}}
Expand All @@ -14,13 +17,6 @@
rel="stylesheet"
/>

<link
rel="alternate"
type="application/rss+xml"
href="{{.Site.BaseURL }}feed.xml"
title="RSS Feed for dev.maxmind.com"
/>

<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
Expand All @@ -42,4 +38,5 @@
async
src="https://www.maxmind.com/js/global-privacy-control.js"
></script>
{{ template "_internal/opengraph.html" . }}
</head>
Binary file added static/favicon.ico
Binary file not shown.

0 comments on commit 1a8b88f

Please sign in to comment.