|
1 | 1 | <head> |
2 | 2 | <meta charset="utf-8" /> |
3 | 3 |
|
4 | | - <title>up.front – Web design community in Berlin</title> |
| 4 | + <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}</title> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | 6 |
|
7 | 7 | <meta property="og:title" content="Up.front – Meetup for the web design and front end community in Berlin" /> |
8 | 8 | <meta property="og:type" content="example:usergroup" /> |
9 | 9 | <meta property="og:url" content="https://upfrontug.github.io/" /> |
10 | | - <meta property="og:image" content="https://upfrontug.github.io//images/upfront-fb-cover-63.png" /> |
11 | | - <meta property="og:site_name" content="/upfrontug.github.io/" /> |
| 10 | + <meta property="og:image" content="https://upfrontug.github.io/images/upfront-fb-cover-63.png" /> |
| 11 | + <meta property="og:site_name" content="{{ site.title }}" /> |
12 | 12 | <meta property="og:description" content="Upfront is a monthly meetup for the web design community in Berlin. Everyone is welcome to participate, either by attending or giving a talk themselves." /> |
13 | 13 |
|
14 | 14 | <link rel="stylesheet" href="https://use.typekit.net/jmd3prk.css"> |
|
17 | 17 | <meta name="description" content="Upfront is a monthly meetup for the web design community in Berlin. Everyone is welcome to participate, either by attending or giving a talk themselves."> |
18 | 18 | <link rel="author" href="/humans.txt" /> |
19 | 19 |
|
20 | | - <style> |
21 | | - article, aside, dialog, figure, footer, header, |
22 | | - hgroup, menu, nav, section { display: block; } |
23 | | - </style> |
24 | | - |
25 | 20 | <link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen, projection" /> |
26 | 21 | <link rel="stylesheet" href="/css/vars.css" type="text/css" media="screen, projection" /> |
27 | 22 | <link rel="stylesheet" href="/css/forms.css" type="text/css" media="screen, projection" /> |
|
0 commit comments