diff --git a/_layouts/2col-welcome.html b/_layouts/2col-welcome.html index 4a6b192..a49a136 100644 --- a/_layouts/2col-welcome.html +++ b/_layouts/2col-welcome.html @@ -7,6 +7,7 @@ + {% include layout/sidebar.html %} @@ -21,9 +22,10 @@ {{ content }} + + + + - - - - \ No newline at end of file diff --git a/_layouts/2col.html b/_layouts/2col.html index fd8efb9..20fb827 100644 --- a/_layouts/2col.html +++ b/_layouts/2col.html @@ -7,6 +7,7 @@ + {% include layout/sidebar.html %} @@ -49,13 +50,14 @@ {% endif %} + + + + {% if page.url contains "now"%} + + + + {% endif %} - - - - - {% if page.url contains "now"%} - - - {% endif %} \ No newline at end of file diff --git a/_layouts/centercol.html b/_layouts/centercol.html index e158ad4..ab6625b 100644 --- a/_layouts/centercol.html +++ b/_layouts/centercol.html @@ -57,4 +57,6 @@ {% endif %} + \ No newline at end of file