Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3e7a36c..34cb336 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -23,7 +23,9 @@
{{else}}
<section class="container text-justified mt-3">
<h2 class="text-center mb-4">{{.Title}}</h2>
- {{ .Content }}
+ <div class="text-monospace">
+ {{ .Content }}
+ </div>
</section>
{{end}}
{{end}}