diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
commit | 5262ce213bde042fe03619c75ae3ac0316806853 (patch) | |
tree | e831d1b1347b5616e990fe3beb8772eeb34d24a1 /themes/coming-soon/layouts/partials | |
download | blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.gz blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.bz2 blacklist-5262ce213bde042fe03619c75ae3ac0316806853.zip |
comming-soon Blacklist
Diffstat (limited to 'themes/coming-soon/layouts/partials')
-rw-r--r-- | themes/coming-soon/layouts/partials/head.html | 13 | ||||
-rw-r--r-- | themes/coming-soon/layouts/partials/twitter-feed.html | 1 |
2 files changed, 14 insertions, 0 deletions
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 @@ +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>{{ .Site.Params.title}}</title> + <link rel="canonical" href="{{ .Permalink }}"> + {{ if .Site.Params.favicon }} + <link rel="icon" type="image/x-icon" href="{{ .Site.Params.favicon | relURL}}"> + {{ else }} + <link rel="icon" type="image/x-icon" href="{{ relURL "favicon.ico"}}"> + {{ end }} + <link rel="stylesheet" href="{{ "/css/styles.css" | relURL }}"> + <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> +</head>
\ 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 @@ +<a class="twitter-timeline" href="https://twitter.com/{{ .Site.Params.twitter.username }}" data-height="450" data-theme="dark">Tweets by {{ .Site.Params.twitter.username }}</a>
\ No newline at end of file |