diff --git a/content/blog/2018/10/post-1/index.md b/content/blog/2018/10/post-1/index.md index 4567e87..82bfd88 100644 --- a/content/blog/2018/10/post-1/index.md +++ b/content/blog/2018/10/post-1/index.md @@ -4,6 +4,8 @@ description: "The UNIQUE description for Post 1." # Quotation marks allow colons date: 2018-10-17T14:40:00-05:00 updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged draft: false # Make it "true" if you don't want Zola to "publish" yet +taxonomies: + categories: ["Community"] extra: subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. author: "Your name goes here" diff --git a/content/blog/2018/10/post-2/index.md b/content/blog/2018/10/post-2/index.md index 80d9311..990e930 100644 --- a/content/blog/2018/10/post-2/index.md +++ b/content/blog/2018/10/post-2/index.md @@ -4,6 +4,8 @@ description: "The UNIQUE description for Post 2." # Quotation marks allow colons date: 2018-10-25T07:40:00-05:00 updated: 2020-06-13T13:10:00-05:00 draft: false # Make it "true" if you don't want Zola to "publish" yet +taxonomies: + categories: ["Use Cases"] extra: subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here diff --git a/content/blog/featured/_index.md b/content/blog/featured/_index.md index d63910c..3f5664a 100644 --- a/content/blog/featured/_index.md +++ b/content/blog/featured/_index.md @@ -1,6 +1,6 @@ +++ title = "Bridges Connecting the ThreeFold Ecosystem to External Networks" -description = "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." +description = "Sinces the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." date = 2018-10-17T19:40:00.000Z updated = 2019-04-12T01:33:00.000Z draft = false @@ -9,7 +9,7 @@ draft = false categories=["Engineering"] [extra] -subtitle = "The UNIQUE Post 1 subtitle" +subtitle = "The UNIQUE Post 1 subtitles" author = "HANNAH CORDES" imgPath = "images/sphere-thing.png" date = 2018-10-17T19:40:00.000Z diff --git a/templates/partials/blogPosts.html b/templates/partials/blogPosts.html index 62472bf..d9c9ceb 100644 --- a/templates/partials/blogPosts.html +++ b/templates/partials/blogPosts.html @@ -1,13 +1,14 @@ - -

- The Latest from ThreeFold + {% set path_array = current_path | split(pat="/") %} + {% set taxonomy = path_array[1] %} + {% set category = path_array[2] %} + The Latest from ThreeFold + {% if taxonomy == "categories" %} - + {{category | replace(from='-', to=' ' ) | title}} + {% endif %}

diff --git a/templates/partials/blogSidebar.html b/templates/partials/blogSidebar.html index 1d3d152..3e0fc52 100644 --- a/templates/partials/blogSidebar.html +++ b/templates/partials/blogSidebar.html @@ -2,17 +2,17 @@
\ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index a2a600a..c7254e2 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -21,7 +21,7 @@ } function hideMenu() { - document.getElementById('learn').className = "absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-in duration-150 opacity-0 -translate-y-1"; + document.getElementById('learn').className = "hidden absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-in duration-150 opacity-0 -translate-y-1"; } window.onload = function(){ @@ -103,7 +103,7 @@ To: "opacity-0 -translate-y-1" md:block or hidden --> -
+