Skip to content

Commit

Permalink
Merge pull request #167 from LSSTDESC/u/yymao/update-website-header
Browse files Browse the repository at this point in the history
Update HTML header/meta of DESCQA website
  • Loading branch information
yymao authored Mar 29, 2019
2 parents e1a5732 + f3c7377 commit cf81a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions descqaweb/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>{{ config.site_title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<title>{{ config.site_title }}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="{{ config.static_dir }}/style.css">
</head>

Expand Down

0 comments on commit cf81a4b

Please sign in to comment.