summaryrefslogtreecommitdiff
path: root/templates/blogpost.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blogpost.html')
-rw-r--r--templates/blogpost.html8
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>