Skip to content

Commit 9aecf25

Browse files
author
mrmrs
committed
Update measure header.
1 parent c9da9c7 commit 9aecf25

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/typography/measure/index.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
64
<title>
75
Measure / Typography / Docs / TACHYONS
86
</title>
9-
<meta name="author" content="@mrmrs">
10-
<meta name="description" content="Simple CSS">
11-
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="/css/tachyons.min.css">
7+
<meta name="description" content="Functional CSS for Humans">
8+
<meta charset="utf-8">
9+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
10+
<meta name="author" content="@mrmrs">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<link rel="stylesheet" href="/css/tachyons.min.css">
13+
<style>
14+
.blue { color: #0074D9; }
15+
.bg-blue { background-color: #0074D9; }
16+
</style>
17+
1318
</head>
1419
<body class="w-100">
1520
<header class="w-100 pa3 ph5-ns bg-near-white">

src/templates/docs/measure/index.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
64
<title>
75
Measure / Typography / Docs / TACHYONS
86
</title>
9-
<meta name="author" content="@mrmrs">
10-
<meta name="description" content="Simple CSS">
11-
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="/css/tachyons.min.css">
7+
<meta name="description" content="Functional CSS for Humans">
8+
<%= head %>
139
</head>
1410
<body class="w-100">
1511
<%= siteHeader %>

0 commit comments

Comments
 (0)