fixing typos
This commit is contained in:
parent
bab787a8d6
commit
8eebdf7a90
|
@ -20,11 +20,6 @@
|
||||||
<meta name="description" content="{{ site.description }}">
|
<meta name="description" content="{{ site.description }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> #}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ "/reveal.js/dist/reveal.css" }}"/>
|
<link rel="stylesheet" href="{{ "/reveal.js/dist/reveal.css" }}"/>
|
||||||
{%if page.theme %}
|
{%if page.theme %}
|
||||||
<link rel="stylesheet" href="{{ "/reveal.js/dist/theme/" | append: page.theme | append: '.css' }}" id="theme"/>
|
<link rel="stylesheet" href="{{ "/reveal.js/dist/theme/" | append: page.theme | append: '.css' }}" id="theme"/>
|
||||||
|
@ -35,8 +30,6 @@
|
||||||
<!-- Code syntax highlighting -->
|
<!-- Code syntax highlighting -->
|
||||||
<link rel="stylesheet" href="{{ "/reveal.js/plugin/highlight/monokai.css" }}"/>
|
<link rel="stylesheet" href="{{ "/reveal.js/plugin/highlight/monokai.css" }}"/>
|
||||||
|
|
||||||
{# <link rel="apple-touch-icon" href="{{ "/apple-touch-icon.png" | prepend: site.github.url }}" /> #}
|
|
||||||
|
|
||||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' }}">
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' }}">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
|
Loading…
Reference in New Issue