This commit is contained in:
Mike Neumegen
2016-06-10 00:33:58 +12:00
parent 06673e2de9
commit a6d30be627
124 changed files with 987 additions and 1627 deletions

View File

@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
<title>{% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}</title>
<title>{% if page.homepage == true %}{{ site.homepage_title }}{% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}</title>
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl | prepend: site.url }}">
@ -27,7 +27,3 @@
return "{{site.print_title}} User Guide";
});
</script>