diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 12:43:22 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-22 12:43:22 +0200 |
| commit | 5b476f8905f411768e23cb01d577a60e5a5fd725 (patch) | |
| tree | 0a08cc83d809dbea714f52826e822501ee7c0165 /themes/danix-xyz-hacker/layouts/is/list.html | |
| parent | 082e9246ffe453031894d32d3cee9d5d1bf2b67a (diff) | |
| download | danixxyz-5b476f8905f411768e23cb01d577a60e5a5fd725.tar.gz danixxyz-5b476f8905f411768e23cb01d577a60e5a5fd725.zip | |
chore: extract theme into git submodule (danix2-hugo-theme)
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/is/list.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/is/list.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/danix-xyz-hacker/layouts/is/list.html b/themes/danix-xyz-hacker/layouts/is/list.html deleted file mode 100644 index 128414f..0000000 --- a/themes/danix-xyz-hacker/layouts/is/list.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ define "main" }} -<div class="mx-auto px-4 py-12"> - <div class="grid md:grid-cols-3 gap-8 max-w-7xl mx-auto content-grid"> - <!-- Article section --> - <div class="md:col-span-2"> - <!-- Breadcrumb --> - {{ partial "breadcrumb.html" . }} - - <!-- Article header --> - {{ partial "article-header.html" . }} - - <!-- Article content --> - <div class="prose prose-invert max-w-none mb-12"> - {{ .Content }} - </div> - </div> - - <!-- Sidebar --> - {{ partial "sidebar.html" . }} - </div> -</div> -{{ end }} |
