-
-
diff --git a/_includes/menu.html b/_includes/menu.html
index 1f574ae..3eef7e7 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -1,5 +1,9 @@
-{% for page in site.pages %}
-
{{ page.menutitle }}
+{% for node in site.pages %}
+{% if node.url == page.url %}
+
{{ node.menutitle }}
+{% else %}
+
{{ node.menutitle }}
+{% endif %}
{% endfor %}
Git
Wiki
diff --git a/_layouts/page.html b/_layouts/page.html
index 4f0db4c..a0d28cd 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,3 +1,7 @@
{% include header.html %}
-{{ content }}
+
{% include footer.html %}
diff --git a/assets/css/index.css b/assets/css/index.css
index 2a1e40b..adf8cab 100644
--- a/assets/css/index.css
+++ b/assets/css/index.css
@@ -61,7 +61,7 @@ body {
display: block;
font-weight: bold;
letter-spacing: 1px;
- transition: all 0.35s ease-in-out;
+ /* transition: all 0.35s ease-in-out; */
}
.header-subnav li a.is-active {
@@ -118,28 +118,9 @@ body {
color: #1eb513 !important;
}
-.post .title {
- color: #1eb513;
- font-size: 2rem;
- line-height:2.2rem;
-}
-
-.post .info {
- font-size: 0.8rem;
- color: #555;
- margin-top: 5px;
- margin-bottom: 5px;
-}
-
-.post .content {
- font-size: 0.9rem;
-}
-
-.post .authorline {
- font-size: 0.75rem;
- color: #555;
- padding-left: 1.7rem;
-}
+.whitebox h1 { color: #1eb513; font-size: 2em; }
+.whitebox h2 { color: #1eb513; font-size: 1.5em; }
+.whitebox h3 { color: #1eb513; font-size: 1em; }
.sidebar .boxhead {
font-size:1.1rem;
@@ -168,4 +149,3 @@ body {
text-transform:lowercase;
color: #555;
}
-