diff --git a/content/tft/index.md b/content/tft/index.md index 3e6580d84..67261fff8 100644 --- a/content/tft/index.md +++ b/content/tft/index.md @@ -1,6 +1,7 @@ --- title: "TFT" template: "page.html" +page_template: "tft_header.html" insert_anchor_links: "left" --- @@ -18,29 +19,14 @@ insert_anchor_links: "left" The People’s Internet creates an entirely new decentralized Internet economy that allows anyone to join the world’s fastest growing market – the Internet. - -
- - - -![Image](cointelegraph_logo.png#mx-auto#logo_size) - - - - - - ![Image](coin_logo.png#mx-auto#logo_size) - - -
- - {% end %} -
+{% tft_header() %} -
+## **DECENTRALIZING
THE INTERNET ECONOMY** + +{% end %} @@ -227,23 +213,11 @@ Burning permanently removes TFT from the circulating supply when the ThreeFold G Get TFT today and participate in the realization of a truly decentralized world. - +## **DECENTRALIZING
THE INTERNET ECONOMY** {% end %} diff --git a/css/index.css b/css/index.css index d87c35b46..746ce1f23 100644 --- a/css/index.css +++ b/css/index.css @@ -204,7 +204,6 @@ header { -ms-flex-align: center; align-items: center; width: auto; - display: inline-block; margin: 0 auto; border-radius: 10px; margin-top: 30px; diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 5456dead3..064ada97d 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -13,7 +13,7 @@
- Company name + ThreeFold Logo

{{section.description}}

diff --git a/templates/shortcodes/tft_header.html b/templates/shortcodes/tft_header.html new file mode 100644 index 000000000..b56fc2f67 --- /dev/null +++ b/templates/shortcodes/tft_header.html @@ -0,0 +1,15 @@ +{% block content %} + + + +{% endblock content %} \ No newline at end of file diff --git a/templates/shortcodes/tft_links.html b/templates/shortcodes/tft_links.html new file mode 100644 index 000000000..6d2f1fd21 --- /dev/null +++ b/templates/shortcodes/tft_links.html @@ -0,0 +1,20 @@ +{% block content %} + + + +{% endblock content %} \ No newline at end of file