diff --git a/src/layouts/dark.ejs b/src/layouts/dark.ejs index a8806ab..c266a8a 100644 --- a/src/layouts/dark.ejs +++ b/src/layouts/dark.ejs @@ -25,7 +25,7 @@ } -
+ <%- include('partials/navigation', { "page": "dark" }) %>diff --git a/src/layouts/default.ejs b/src/layouts/default.ejs index 84bce45..150891e 100644 --- a/src/layouts/default.ejs +++ b/src/layouts/default.ejs @@ -3,7 +3,7 @@
<%- include('partials/head') %> - + <%- include('partials/navigation', { "page": "main" }) %>
diff --git a/src/partials/aside.ejs b/src/partials/aside.ejs
index 5c5468e..6fd2c76 100644
--- a/src/partials/aside.ejs
+++ b/src/partials/aside.ejs
@@ -29,6 +29,7 @@
diff --git a/src/partials/components/grid.ejs b/src/partials/components/grid.ejs
index 31e0c42..9aa4d49 100644
--- a/src/partials/components/grid.ejs
+++ b/src/partials/components/grid.ejs
@@ -2,7 +2,7 @@
- Terminal CSS has no build in grid system, however, you can roll your own with Flexbox or CSS Grid.
+ Terminal CSS has no build-in grid system. However, you can roll your own with Flexbox or CSS Grid.
Grid System
Don't forget Ordered lists:
Most of the documentation is still in an early stage. For in detail informations please have a look at the source of this website.
+Most of the documentation is still at an early stage. For more details, please have a look at the source of this website.
<%- include('documentation/variables') %> +Terminal CSS uses a single font size for almost all elements. However, there is a way to use browser default font sizes if you wish.
+<body class="terminal">
. If you leave that option, it will fallback to browser defaults. See here.It's easy to customize the style of Terminal CSS with CSS Variables.
+Customizing the style of Terminal CSS with CSS Variables is easy.