-
Notifications
You must be signed in to change notification settings - Fork 0
/
IndexTemplate.html
25 lines (25 loc) · 1.21 KB
/
IndexTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="og:site_name" content="Xcode (and macOS) Tips & Tricks"/>
<link rel="canonical" href="https://XcodeTips.natanrolnik.me"/>
<meta name="twitter:url" content="https://XcodeTips.natanrolnik.me"/>
<meta name="og:url" content="https://XcodeTips.natanrolnik.me"/>
<title>Xcode (and macOS) Tips & Tricks</title>
<meta name="twitter:title" content="Xcode (and macOS) Tips & Tricks"/>
<meta name="og:title" content="Xcode (and macOS) Tips & Tricks"/>
<meta name="description" content="Become an expert in Xcode and macOS features and shortcuts"/>
<meta name="twitter:description" content="Become an expert in Xcode and macOS features and shortcuts"/>
<meta name="og:description" content="Become an expert in Xcode and macOS features and shortcuts"/>
<meta name="twitter:card" content="summary"/>
<link rel="stylesheet" href="./styles.css" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- <link rel="shortcut icon" href="/images/favicon.png" type="image/png"/> -->
<!-- <meta name="twitter:image" content=""/>
<meta name="og:image" content="png"/> -->
</head>
<body>
{{body}}
</body>
</html>