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. - -
{{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