|
1 | 1 | meta(charset='utf-8') |
2 | | -title PyCon CZ 2015 |
| 2 | +title PyCon CZ |
| 3 | + = ' '+ year |
| 4 | +base(href='/'+year+'/') |
3 | 5 | meta(name='viewport', content='width=device-width, initial-scale=1.0') |
4 | 6 | meta(name='keywords', content='Python, PyCon, Brno, Django, conference, Česká Republika, konference') |
5 | 7 | meta(name='description', content='The very first Python conference in the Czech Republic') |
6 | | -link(rel='shortcut icon', href='/static/images/pycon-cz-logo-icon.svg', type='image/svg+xml') |
7 | | -link(rel='shortcut icon', href='/static/images/pycon-cz-logo-icon.png', type='image/png') |
| 8 | +link(rel='shortcut icon', href='/'+year+'/static/images/pycon-cz-logo-icon.svg', type='image/svg+xml') |
| 9 | +link(rel='shortcut icon', href='/'+year+'/static/images/pycon-cz-logo-icon.png', type='image/png') |
8 | 10 | //if lt IE 9 |
9 | 11 | script(src='https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js') |
10 | 12 | link(href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css', rel='stylesheet') |
11 | | -link(href='/static/css/pyconcz.css', rel='stylesheet') |
| 13 | +link(href='/'+year+'/static/css/pyconcz.css', rel='stylesheet') |
12 | 14 |
|
13 | 15 |
|
14 | 16 | //Facebook Meta |
15 | 17 | meta( property="og:title", content="PyCon CZ 2015" ) |
16 | 18 | meta( property="og:site_name", content="cz.pycon.org" ) |
17 | 19 | meta( property="og:description", content="The very first Python conference in the Czech Republic" ) |
18 | | -meta( property="og:image", content="http://cz.pycon.org/static/images/pycon-cz-logo-fb.png" ) |
19 | | -meta( property="og:url", content="http://cz.pycon.org/" ) |
| 20 | +meta( property="og:image", content="http://cz.pycon.org/" + year+ "/static/images/pycon-cz-logo-fb.png" ) |
| 21 | +meta( property="og:url", content="http://cz.pycon.org/" +year+"/" ) |
20 | 22 | meta( property="og:type", content="website" ) |
0 commit comments