Files: b63b910c5e5676f14373c157089f2af8c65dc08c / _includes / head.html
1740 bytesRaw
1 | <head> |
2 | <link href="http://gmpg.org/xfn/11" rel="profile"> |
3 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 | |
6 | <!-- Enable responsiveness on mobile devices--> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> |
8 | <meta property="og:type" content="article"/> |
9 | <meta property="og:title" content="{{ page.title }}"/> |
10 | <meta property="og:description" content="{{ page.summary }}"/> |
11 | <meta property="og:url" content="http://www.mydev.my{{ page.url }}" /> |
12 | <meta property="og:image" content="http://www.mydev.my/public/images/mydev.jpg"/> |
13 | |
14 | <title> |
15 | {% if page.title == "Home" %} |
16 | {{ site.title }} · {{ site.tagline }} |
17 | {% else %} |
18 | {{ page.title }} · {{ site.title }} |
19 | {% endif %} |
20 | </title> |
21 | |
22 | <!-- CSS --> |
23 | <link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css"> |
24 | <link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css"> |
25 | <link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css"> |
26 | <link rel="stylesheet" href="{{ site.baseurl }}/public/css/custom.css"> |
27 | <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
28 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> |
29 | |
30 | <!-- Icons --> |
31 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-144-precomposed.png"> |
32 | <link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico"> |
33 | |
34 | <!-- RSS --> |
35 | <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/atom.xml"> |
36 | </head> |
37 |
Built with git-ssb-web