diff options
Diffstat (limited to 'themes/simple')
| -rw-r--r-- | themes/simple/layouts/tags/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/simple/layouts/tags/list.html b/themes/simple/layouts/tags/list.html index 23706b1..7917301 100644 --- a/themes/simple/layouts/tags/list.html +++ b/themes/simple/layouts/tags/list.html | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | {{ define "main" }} | 1 | {{ define "main" }} |
| 2 | <main role="main" class="container-blog mx-auto px-6 md:p-0"> | 2 | <main role="main" class="container-blog mx-auto px-6 md:p-0"> |
| 3 | 3 | ||
| 4 | <!-- Search modal and results --> | ||
| 5 | {{ partial "search.html" . }} | ||
| 6 | |||
| 4 | <section class="mb-6"> | 7 | <section class="mb-6"> |
| 5 | <h1 class="text-2xl font-bold mb-2 italic"> | 8 | <h1 class="text-2xl font-bold mb-2 italic"> |
| 6 | <span class="blue">{{ .Title }}</span> | 9 | <span class="blue">{{ .Title }}</span> |
