diff --git a/static/css-blue/main.css b/static/css-blue/main.css index 088044c..8a1be2d 100644 --- a/static/css-blue/main.css +++ b/static/css-blue/main.css @@ -2168,7 +2168,7 @@ button, -ms-flex-shrink: 0; flex-shrink: 0; display: block; - margin: 0 0 2em 4em; + margin: 0 2em 2em 2em; width: 50%; } #banner .image img { height: 100%; diff --git a/static/css/main.css b/static/css/main.css index be7ccfb..2a39fa0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -249,14 +249,19 @@ hr { margin: 5em 0; } .align-left { - text-align: left; } + float: left; + text-align: left; + margin-right: 1em; + } .align-center { text-align: center; } .align-right { - text-align: right; } - + float: right; + text-align: right; + margin-left: 1em; } + /* Row */ .row { display: flex; @@ -2168,7 +2173,7 @@ button, -ms-flex-shrink: 0; flex-shrink: 0; display: block; - margin: 0 0 2em 4em; + margin: 0 2em 2em 2em; width: 50%; } #banner .image img { height: 100%; diff --git a/templates/article.html b/templates/article.html index a816624..365c47e 100644 --- a/templates/article.html +++ b/templates/article.html @@ -135,7 +135,6 @@ {% endif %} {% if ARTICLE_FOOTER == true %} -
{% include 'include/article_footer.html' %}
diff --git a/templates/base.html b/templates/base.html index 96f5988..79bdedf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,8 +41,9 @@ {% if TAG_FEED_RSS and tag %} {% endif %} -{% if TRACKING %} - + +{% if TRACKING == True %} +{% include 'include/trackingcode.html' %} {% endif %} @@ -141,5 +142,6 @@ {{ IMAGETRACKINGCODE }} {% endif %} + diff --git a/templates/include/cornerstone.html b/templates/include/cornerstone.html index b7628b7..d84f2f9 100644 --- a/templates/include/cornerstone.html +++ b/templates/include/cornerstone.html @@ -26,19 +26,21 @@
  • Learn More

  • - + -->

    Solar Design

    -
    I need to talk about what we do wrt PC Solar Design
    +

    This page we will focus on PV solar, however concepts like solar angles, radiation vs irradiation, etc will be helpful regardless of type.

    + + Before getting into the details like off-grid vs grid connected, power draw, VOC, etc; I want to introduce some of the basic concepts starting with solar angles.



    -
    --> + diff --git a/templates/include/paginated_posts.html b/templates/include/paginated_posts.html index 996ce0f..1ce1ee8 100644 --- a/templates/include/paginated_posts.html +++ b/templates/include/paginated_posts.html @@ -1,14 +1,16 @@
    {% for article in articles_page.object_list %}
    -
    -

    {{ article.title }}

    -
    {% if article.photo_image %} {% endif %} {% if (article.category != MICROBLOG ) %} +
    +

    {{ article.title }}

    +
    + {% endif %} + {% if (article.category != MICROBLOG ) %}
    {{ article.summary }}
    {% if INCLUDECATEGORY == True %} {% if article.category %} diff --git a/templates/include/trackingcode.html b/templates/include/trackingcode.html new file mode 100644 index 0000000..9c31277 --- /dev/null +++ b/templates/include/trackingcode.html @@ -0,0 +1,20 @@ + + + + \ No newline at end of file