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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section/archive.html')
-rw-r--r--layouts/section/archive.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/section/archive.html b/layouts/section/archive.html
index 9c64820..0c3976e 100644
--- a/layouts/section/archive.html
+++ b/layouts/section/archive.html
@@ -1,7 +1,7 @@
{{ define "main" }}
<h1 style="margin: 0 0 0.5em 0;">{{ .Title }}</h1>
{{$paginator := .Paginate (where .Site.Pages "Kind" "page").ByDate.Reverse 50 }}
-<table style="width: 100%;">
+<table>
<thead>
<tr>
<th>Date</th>
@@ -21,5 +21,4 @@
{{ end }}
</tbody>
</table>
-
{{ end }}