Skip to content

Commit ec11892

Browse files
committed
Merge pull request #18 from cremno/update
some small updates
2 parents 0ca7e14 + f863f11 commit ec11892

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mruby
22
markdown: kramdown
33
kramdown:
44
input: GFM
5-
pygments: true
5+
highlighter: pygments
66
exclude:
77
- Gemfile
88
- Gemfile.lock

_includes/header.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<meta charset="utf-8">
2-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
32

43
<title>{{ page.title }}</title>
54

65
<!-- Latest compiled and minified CSS -->
7-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
87

98
<!-- Optional theme -->
10-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css">
9+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
1110

1211
<!-- Latest compiled and minified JavaScript -->
13-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
12+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
1413

1514
<!-- syntax highlighting CSS -->
1615
<link rel="stylesheet" href="/css/syntax.css">

0 commit comments

Comments
 (0)