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:
authorcdeck3r <cdecker@outlook.de>2020-01-27 22:43:26 +0300
committercdeck3r <cdecker@outlook.de>2020-01-27 22:43:26 +0300
commit5e12cddc60758454584ec3fe0e22c70f3152d4b2 (patch)
treee842c46dd14f18cf89afdfc6eedff0e28a0ca031
parentedce0ba3368b2057c01994836cf6f4a4dd1eda32 (diff)
Theme renders tables using bootstrap striped and hover classHEADv1.0.7master
-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>