diff options
Diffstat (limited to 'templates/_header.liquid')
| -rw-r--r-- | templates/_header.liquid | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/_header.liquid b/templates/_header.liquid new file mode 100644 index 0000000..349ab58 --- /dev/null +++ b/templates/_header.liquid @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title> + No. 6092 + </title> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <meta name="description" content="No. 6092" /> + <meta name="author" content="Charles Stankievech"> + + <meta property="og:title" content="No. 6092" /> + <meta property="og:type" content="website" /> + <meta property="og:image" content="" /> + <meta property="og:url" content="" /> + <meta property="og:site_name" content="No. 6092" /> + + <meta name="apple-mobile-web-app-capable" content="no"> + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> + <link rel="shortcut icon" href="/favicon.ico" /> + <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500|Roboto:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" data-noprefix> + +{% if meta.production %} +{% else %} +{% endif %} + <link rel="stylesheet" href="/assets/css/flickity.css"> + <link rel="stylesheet" href="/assets/css/ionicons.css"> + <link rel="stylesheet" href="/assets/css/fonts.css"> + <link rel="stylesheet" href="/assets/css/css.css"> + +</head> + +<body> |
