Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Add some meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jun 28, 2017
1 parent 3bd4f04 commit ae6303d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ func pageHTML(title string, content string) string {
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="/static/style.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
Expand Down

0 comments on commit ae6303d

Please sign in to comment.