Merge branch 'development' of https://github.com/ourworldventures/www_freeflownation into development
This commit is contained in:
commit
25ed07f1eb
@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
|
|||||||
|
|
||||||
<div class="flex flex-col md:flex-row container mx-auto">
|
<div class="flex flex-col md:flex-row container mx-auto">
|
||||||
{% include "partials/blogPosts.html" %}
|
{% include "partials/blogPosts.html" %}
|
||||||
{% include "partials/blogSidebar.html" %}
|
{# {% include "partials/blogSidebar.html" %} #}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
|
|||||||
|
|
||||||
<div class="flex flex-col md:flex-row container mx-auto">
|
<div class="flex flex-col md:flex-row container mx-auto">
|
||||||
{% include "partials/newsPosts.html" %}
|
{% include "partials/newsPosts.html" %}
|
||||||
{% include "partials/newsSidebar.html" %}
|
{# {% include "partials/newsSidebar.html" %} #}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
|
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
|
||||||
<div class="relative lg:ml-8 my-8 w-full md:w-auto">
|
<div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
|
||||||
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3>
|
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3>
|
||||||
<a href={{featured.permalink}} class="">
|
<a href={{featured.permalink}} class="">
|
||||||
<h2
|
<h2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
|
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
|
||||||
<div class="relative lg:ml-8 my-8 w-full md:w-auto">
|
<div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
|
||||||
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED NEWS</h3>
|
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED NEWS</h3>
|
||||||
<a href={{featured.permalink}} class="">
|
<a href={{featured.permalink}} class="">
|
||||||
<h2
|
<h2
|
||||||
|
Loading…
Reference in New Issue
Block a user