diff --git a/package.json b/package.json index 450733542..f6c5e9ccd 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,10 @@ "coinmarketcap_page": { "type": "text", "default": "" + }, + "telegram_page": { + "type": "text", + "default": "" } } }, diff --git a/partials/footer.hbs b/partials/footer.hbs index d0f3cfa2e..87e7cc84d 100644 --- a/partials/footer.hbs +++ b/partials/footer.hbs @@ -26,6 +26,11 @@ This footer template is shared across all the pages. {{/if}} + {{#if @custom.telegram_page}} + + + + {{/if}} {{#if @custom.discord_page}} diff --git a/post.hbs b/post.hbs index 32044e2f1..389b833d9 100644 --- a/post.hbs +++ b/post.hbs @@ -80,29 +80,32 @@ into the {body} of the default.hbs template --}} {{content}}
Follow us on our official channels for the latest updates:
+ {{#if @custom.telegram_page}} +
Telegram | + {{/if}} {{#if @custom.discord_page}} Discord | {{/if}} {{#if @custom.twitter_page}} - Twitter | + Twitter | {{/if}} {{#if @custom.linkedin_page}} - LinkedIn | + LinkedIn | {{/if}} {{#if @custom.instagram_page}} - Instagram | + Instagram | {{/if}} {{#if @custom.facebook_page}} - Facebook | + Facebook | {{/if}} {{#if @custom.reddit_page}} - Reddit | + Reddit | {{/if}} {{#if @custom.youtube_page}} - YouTube | + YouTube | {{/if}} {{#if @custom.coinmarketcap_page}} - CoinMarketCap + CoinMarketCap {{/if}}
{{!-- List of tags --}}