|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="$if(lang)$$lang$$else$en$endif$"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
|
7 | 7 | <meta name="generator" content="pandoc" /> |
8 | 8 | $for(author-meta)$ |
9 | 9 | <meta name="author" content="$author-meta$" /> |
10 | | - $endfor$ |
11 | | - $if(date-meta)$ |
| 10 | + $endfor$ $if(date-meta)$ |
12 | 11 | <meta name="date" content="$date-meta$" /> |
13 | 12 | $endif$ |
14 | | - <meta name="description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae of $pagetitle$" /> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae of $pagetitle$" |
| 16 | + /> |
15 | 17 | <!-- Open Graph Meta Tags --> |
16 | | - <meta property="og:title" content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" /> |
| 18 | + <meta |
| 19 | + property="og:title" |
| 20 | + content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" |
| 21 | + /> |
17 | 22 | <meta property="og:type" content="profile" /> |
18 | | - <meta property="og:description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae" /> |
| 23 | + <meta |
| 24 | + property="og:description" |
| 25 | + content="Senior DevOps & Full-stack Developer | $if(subtitle)$$subtitle$$endif$ | 15+ years shipping production systems. Book a 30-min call." |
| 26 | + /> |
19 | 27 | <meta property="og:url" content="https://cv.maxdaten.io/" /> |
20 | | - <meta property="og:image" content="https://cv.maxdaten.io/img/og-card.png" /> |
| 28 | + <meta |
| 29 | + property="og:image" |
| 30 | + content="https://cv.maxdaten.io/img/og-card.png" |
| 31 | + /> |
21 | 32 | <meta property="og:image:width" content="1200" /> |
22 | 33 | <meta property="og:image:height" content="630" /> |
23 | 34 | <meta property="og:image:type" content="image/png" /> |
24 | | - <meta property="og:image:alt" content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" /> |
| 35 | + <meta |
| 36 | + property="og:image:alt" |
| 37 | + content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" |
| 38 | + /> |
25 | 39 | <!-- Twitter Card Meta Tags --> |
26 | 40 | <meta name="twitter:card" content="summary_large_image" /> |
27 | | - <meta name="twitter:title" content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" /> |
28 | | - <meta name="twitter:description" content="$if(subtitle)$$subtitle$ - $endif$Curriculum Vitae" /> |
29 | | - <meta name="twitter:image" content="https://cv.maxdaten.io/img/og-card.png" /> |
30 | | - <meta name="twitter:image:alt" content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" /> |
| 41 | + <meta |
| 42 | + name="twitter:title" |
| 43 | + content="$pagetitle$$if(subtitle)$ - $subtitle$$endif$" |
| 44 | + /> |
| 45 | + <meta |
| 46 | + name="twitter:description" |
| 47 | + content="Senior DevOps & Full-stack Developer | $if(subtitle)$$subtitle$$endif$ | 15+ years shipping production systems. Book a 30-min call." |
| 48 | + /> |
| 49 | + <meta |
| 50 | + name="twitter:image" |
| 51 | + content="https://cv.maxdaten.io/img/og-card.png" |
| 52 | + /> |
| 53 | + <meta |
| 54 | + name="twitter:image:alt" |
| 55 | + content="$pagetitle$ - $if(subtitle)$$subtitle$$endif$" |
| 56 | + /> |
31 | 57 | <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> |
32 | 58 | <style type="text/css"> |
33 | 59 | code { |
|
0 commit comments