diff options
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/articles/single.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/articles/single.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/articles/single.html b/themes/danix-xyz-hacker/layouts/articles/single.html index 4e97fb3..e646639 100644 --- a/themes/danix-xyz-hacker/layouts/articles/single.html +++ b/themes/danix-xyz-hacker/layouts/articles/single.html @@ -5,6 +5,9 @@ <div class="grid md:grid-cols-3 gap-8 max-w-7xl mx-auto content-grid"> <!-- Article section --> <div class="md:col-span-2"> + <!-- Top article navigation --> + {{ partial "article-nav.html" (dict "page" . "variant" "top") }} + <!-- Breadcrumb --> {{ partial "breadcrumb.html" . }} @@ -35,6 +38,9 @@ </div> </div> {{ end }} + + <!-- Bottom article navigation --> + {{ partial "article-nav.html" (dict "page" . "variant" "bottom") }} </div> <!-- Sidebar --> |
