update blog & news page
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
{% include "partials/postCard.html" %}
|
{% include "partials/postCard.html" %}
|
||||||
{%endif%} {%- endfor %}
|
{%endif%} {%- endfor %}
|
||||||
</div>
|
</div>
|
||||||
<hr class="mt-6" />
|
<hr class="my-10 border-gray-700"/>
|
||||||
<p class="text-center text-sm mt-2 mb-16">
|
<p class="text-center text-sm mt-2 mb-16">
|
||||||
{% if paginator.previous %}
|
{% if paginator.previous %}
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(-1.22465e-16,-2,-2,1.22465e-16,48,48)"><path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(128,128,128);"/></g></svg>
|
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<g transform="matrix(-1.22465e-16,-2,-2,1.22465e-16,48,48)">
|
||||||
|
<path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(116,221,195);"/> <!-- Updated to green -->
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 485 B |
@@ -1 +1,3 @@
|
|||||||
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(-1.22465e-16,-2,-2,1.22465e-16,48,48)"><path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(0,170,255);"/></g></svg>
|
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<g transform="matrix(-1.22465e-16,-2,-2,1.22465e-16,48,48)">
|
||||||
|
<path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(116,221,195);"/></g></svg>
|
||||||
|
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 452 B |
@@ -1 +1,2 @@
|
|||||||
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1.22465e-16,-2,2,1.22465e-16,0,48)"><path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(0,170,255);"/></g></svg>
|
<svg width="12px" height="12px" class="inline" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<g transform="matrix(1.22465e-16,-2,2,1.22465e-16,0,48)"><path d="M12,0L24,24L0,24L12,0Z" style="fill:rgb(116,221,195);"/></g></svg>
|
||||||
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 440 B |
@@ -19,7 +19,7 @@
|
|||||||
{% include "partials/newsCard.html" %}
|
{% include "partials/newsCard.html" %}
|
||||||
{%endif%} {%- endfor %}
|
{%endif%} {%- endfor %}
|
||||||
</div>
|
</div>
|
||||||
<hr class="mt-6" />
|
<hr class="my-10 border-gray-700"/>
|
||||||
<p class="text-center text-sm mt-2 mb-16">
|
<p class="text-center text-sm mt-2 mb-16">
|
||||||
{% if paginator.previous %}
|
{% if paginator.previous %}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user