Skip to content

Commit

Permalink
add color-scheme to head-html (alex-shpak#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhdix authored Sep 26, 2021
1 parent d6087bd commit f2fb37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/docs/html-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ default .Summary .Description }}">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark">

{{- template "_internal/opengraph.html" . -}}

Expand Down

0 comments on commit f2fb37b

Please sign in to comment.