updated header, added makefile, updated tflabs

This commit is contained in:
Mik-TF
2024-03-01 00:02:30 -05:00
parent 7bdbb1917c
commit 1e5f708a98
653 changed files with 40 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ and a side nav for category and featured post navigation
<main>
<!--sets global featured variable as the most recent post with the isFeatured tag-->
{%- set section = get_section(path="newsroom/_index.md") %}
{%- set section = get_section(path="news/_index.md") %}
{% for page in section.pages %}
{% if page.extra.isFeatured %}
{%- set_global featured = page %}

View File

@@ -109,7 +109,7 @@
</li>
</ul>
<div class="rounded-full border-2 mt-1 border-gray-400">
<a href="https://library.threefold.me/info/threefold#/tokens/threefold__token_howtos" target="_blank" class="mt-2">
<a href="https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html" target="_blank" class="mt-2">
<img
src="{{ get_url(path=section.extra.button_Path) }}"
class="mr-5"

View File

@@ -2,7 +2,7 @@
<div class="mx-8 md:mx-4 flex flex-col">
<div class="flex flex-col mb-12 mr-8 lg:mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> FILTER NEWS BY</h4>
<a id="all" class="mb-3 text-black font-normal" href="/newsroom">All</a>
<a id="all" class="mb-3 text-black font-normal" href="/news">All</a>
{% set taxonomy = get_taxonomy(kind="news-category") %}
{% set categories = taxonomy.items %}
{% for category in categories %}
@@ -12,7 +12,7 @@
{% endfor %}
</div>
{% set section = get_section(path="newsroom/_index.md")%}
{% set section = get_section(path="news/_index.md")%}
<div class="lg:pt-6 flex flex-col mb-12 w-64 mr-8 lg:mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> FEATURED NEWS</h4>