git ssb

0+

k4ml / belajar-js



Tree: 4b402e918255c2bfc77363b8e147455682c5daef

Files: 4b402e918255c2bfc77363b8e147455682c5daef / _includes / head.html

1414 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
9 <title>
10 {% if page.title == "Home" %}
11 {{ site.title }} &middot; {{ site.tagline }}
12 {% else %}
13 {{ page.title }} &middot; {{ site.title }}
14 {% endif %}
15 </title>
16
17 <!-- CSS -->
18 <link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
19 <link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
20 <link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
21 <link rel="stylesheet" href="{{ site.baseurl }}/public/css/custom.css">
22 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
23 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
24
25 <!-- Icons -->
26 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-144-precomposed.png">
27 <link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
28
29 <!-- RSS -->
30 <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/atom.xml">
31</head>
32

Built with git-ssb-web