diff --git a/content/footer/_index.md b/content/footer/_index.md index a73f518..65870f4 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -4,8 +4,8 @@ description: "" insert_anchor_links: "left" template: "partials/footer.html" extra: - logoPath: "images/black_threefold.png" - socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" } + logoPath: "images/logo_placeholder2sm.png" + socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" } --- {% row(style="lean") %} diff --git a/static/images/black_threefold.png b/static/images/black_threefold.png deleted file mode 100644 index ae46096..0000000 Binary files a/static/images/black_threefold.png and /dev/null differ diff --git a/static/images/logo_placeholder2sm.png b/static/images/logo_placeholder2sm.png new file mode 100644 index 0000000..be1e4dd Binary files /dev/null and b/static/images/logo_placeholder2sm.png differ diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 052f80c..ee3ce71 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -3,19 +3,43 @@ Read the documentation to get started: https://tailwindui.com/documentation --> -{%- set section = get_section(path="_index.md") %} +{%- set section = get_section(path="footer/_index.md") %} +{%- set logoPath = section.extra.logoPath %} -{% set subsections_str = section.subsections | join(sep=" ") %} + + +
+ + + + \ No newline at end of file diff --git a/templates/partials/icons/svgTelegram.html b/templates/partials/icons/svgTelegram.html new file mode 100644 index 0000000..d53dd94 --- /dev/null +++ b/templates/partials/icons/svgTelegram.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/partials/socialLinks.html b/templates/partials/socialLinks.html index 325f023..7bf4ba5 100644 --- a/templates/partials/socialLinks.html +++ b/templates/partials/socialLinks.html @@ -13,6 +13,8 @@ {% include "partials/icons/svgTwitterIcon.html" %} {% elif key == "Dribbble" %} {% include "partials/icons/svgDribbbleIcon.html" %} + {% elif key == "Telegram" %} + {% include "partials/icons/svgTelegram.html" %} {% endif %}