diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-06-26 12:06:38 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-06-26 12:06:38 +0800 |
| commit | 3abcae19fefd11bbfba6cbf696b342ea72da6992 (patch) | |
| tree | 37fe730ff6b1475ea24eb0f04df200ef923461c7 /templates/blogpost.html | |
| parent | 1b14996290f228a329d83c164e50c27364cc0a22 (diff) | |
Diffstat (limited to 'templates/blogpost.html')
| -rw-r--r-- | templates/blogpost.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/blogpost.html b/templates/blogpost.html index 3d7e572..7cbafc4 100644 --- a/templates/blogpost.html +++ b/templates/blogpost.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/codehilite-style.css"> <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> <title>{[{title}]} • altaf-creator</title> <link rel="stylesheet" href="/packages/fontawesome-free-7.2.0-web/css/all.css"> @@ -15,7 +16,6 @@ min-height: 0; } </style> - </head> <body onload="blogPost();"> @@ -40,7 +40,7 @@ </div> <div class="sidebar-progress-container" id="progressContainer"> </div> - <section class="normal-section"> + <section class="normal-section" data-excluded> <div class="banner-shadow" style="margin-top: 100px;"> <img src="" alt="" class="banner img" id="banner"> </div> @@ -58,11 +58,11 @@ </div> </section> {[{content}]} - <section class="normal-section"> + <section class="normal-section" data-excluded> <div class="center-grid"> <div class="div-sizing"> <h1>More Posts</h1> - <div id="blog-container" class="flex-container flex-container-column flex-center-content"> + <div id="blog-container" class="flex-container flex-container-column flex-center"> </div> </div> |
