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

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/main.html b/layouts/partials/main.html
index 5686652..beadf14 100644
--- a/layouts/partials/main.html
+++ b/layouts/partials/main.html
@@ -16,7 +16,7 @@
<div class="clearfix"></div>
-->
<h2 class="section-heading">{{ .Title }}</h2>
- {{ .Content }}
+ {{ replace .Content "<table>" "<table class='table table-striped table-hover'>" | safeHTML }}
</div>
</div>