Skip to content

Commit

Permalink
Add a theme-color (kubernetes#18976)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored and kbhawkey committed Feb 18, 2020
1 parent acd31dd commit a1713fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta charset="utf-8">
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#326ce5">
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">
{{ partial "css.html" . }}
<!-- Content for social media sharing previews -->
Expand Down

0 comments on commit a1713fc

Please sign in to comment.