Skip to content

Commit 40ce50b

Browse files
authored
Merge pull request #1006 from CodexRaunak/styling
Add bootstrap dark theme context
2 parents a9de7ce + 597cabd commit 40ce50b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

layouts/docs/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<div class="td-content">
2+
<div class="td-content" data-bs-theme="dark">
33
<h1>{{ .Title }}</h1>
44
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
55

layouts/release/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<div class="td-content">
2+
<div class="td-content" data-bs-theme="dark">
33
<h1>{{ .Title }}</h1>
44
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
55
<header class="article-meta{{ if or .Params.categories .Params.tags }} article-meta-bg{{ end }}">

layouts/video/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<div class="td-content">
2+
<div class="td-content" data-bs-theme="dark">
33
<h1>{{ .Title }}</h1>
44
{{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
55
<header class="article-meta{{ if or .Params.categories .Params.tags }} article-meta-bg{{ end }}">

0 commit comments

Comments
 (0)