Skip to content

Commit

Permalink
docs: Fix metadata in template
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 11, 2020
1 parent 388275e commit 98bdd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<link rel="icon" type="image/png" sizes="16x16" href="/_static/img/icons/icon-16x16.png">

<!-- Apple -->
<meta name="apple-mobile-web-app-title" content="libvcs">
<meta name="apple-mobile-web-app-title" content="{{ theme_project_name }}">

<link rel="apple-touch-icon" sizes="192x192" href="/_static/img/icons/icon-192x192.png">
<link rel="mask-icon" href="/_static/img/libvcs.svg" color="grey">
<link rel="mask-icon" href="/_static/img/cihai.svg" color="grey">

<!-- Microsoft -->
<meta name="msapplication-TileColor" content="#ffffff">
Expand Down

0 comments on commit 98bdd0f

Please sign in to comment.