Revert "cleanup and new navigation ideas"

This commit is contained in:
Tom Johnson
2016-06-10 16:00:23 -07:00
committed by GitHub
parent e48d3757be
commit 6653e1a846
124 changed files with 1627 additions and 987 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,3 +27,7 @@
return "{{site.print_title}} User Guide";
});
</script>