From 5262ce213bde042fe03619c75ae3ac0316806853 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 8 Apr 2024 14:15:04 +0530 Subject: comming-soon Blacklist --- themes/coming-soon/layouts/partials/head.html | 13 +++++++++++++ themes/coming-soon/layouts/partials/twitter-feed.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 themes/coming-soon/layouts/partials/head.html create mode 100644 themes/coming-soon/layouts/partials/twitter-feed.html (limited to 'themes/coming-soon/layouts/partials') diff --git a/themes/coming-soon/layouts/partials/head.html b/themes/coming-soon/layouts/partials/head.html new file mode 100644 index 0000000..4f18d89 --- /dev/null +++ b/themes/coming-soon/layouts/partials/head.html @@ -0,0 +1,13 @@ + + + + {{ .Site.Params.title}} + + {{ if .Site.Params.favicon }} + + {{ else }} + + {{ end }} + + + \ No newline at end of file diff --git a/themes/coming-soon/layouts/partials/twitter-feed.html b/themes/coming-soon/layouts/partials/twitter-feed.html new file mode 100644 index 0000000..fac330a --- /dev/null +++ b/themes/coming-soon/layouts/partials/twitter-feed.html @@ -0,0 +1 @@ +Tweets by {{ .Site.Params.twitter.username }} \ No newline at end of file -- cgit v1.2.3-59-g8ed1b