|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
| - <meta name="description" content="We write about technical things that we are working with and upcoming events that we are either running or attending to. Read about our latest thoughts."> |
| 6 | + <meta name="description" content="{{ page.description || 'We write about technical things that we are working with and upcoming events that we are either running or attending to. Read about our latest thoughts.'}}"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
| - <title>Articles by thoughtram</title> |
| 8 | + <title>{{ page.title || site.title }}</title> |
9 | 9 | <meta name="google-site-verification" content="o9eGPEgIETEqYGombq7NiQuBIB_qa6gz1yAL7PxKyK0">
|
10 | 10 |
|
11 | 11 | <!-- Add to homescreen for Chrome on Android -->
|
|
25 | 25 |
|
26 | 26 | <meta property="og:locale" content="en_US">
|
27 | 27 | <meta property="og:type" content="website">
|
28 |
| - <meta property="og:description" content="We write about technical things that we are working with and upcoming events that we are either running or attending to. Read about our latest thoughts."> |
| 28 | + <meta property="og:description" content="{{ page.description || 'We write about technical things that we are working with and upcoming events that we are either running or attending to. Read about our latest thoughts.'}}"> |
29 | 29 | <meta property="og:url" content="http://blog.thoughtram.io">
|
30 |
| - <meta property="og:site_name" content="Articles by thoughtram"> |
31 | 30 | <meta property="og:image" content="http://blog.thoughtram.io/images/thoughtram-brain-og.png">
|
32 | 31 |
|
33 | 32 | <meta property="twitter:card" content="summary_large_image">
|
34 |
| - <meta property="twitter:title" content="Articles by thoughtram"> |
| 33 | + <meta property="twitter:title" content="{{page.title || site.title}}"> |
35 | 34 | <meta property="twitter:site" content="thoughtram">
|
36 | 35 |
|
37 | 36 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
38 | 37 | <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}" type="text/css">
|
39 | 38 | </head>
|
40 |
| - <body> |
| 39 | + <body class="thtrm-blog"> |
41 | 40 | <!-- Add your site or app content here -->
|
42 | 41 |
|
43 | 42 | <!--[if lt IE 10]>
|
|
0 commit comments