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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLordMathis <matus@namesny.com>2020-05-16 15:34:58 +0300
committerLordMathis <matus@namesny.com>2020-05-16 15:34:58 +0300
commit52f53210476c36ea2954740bcca49df27a9478c2 (patch)
tree2d9be7062d4a50a3e9d26bf9373a29aa4c4eee7d
parentff7b13959bb1b60bf5725b0907d9a093d7a86903 (diff)
Fix list layout
-rw-r--r--layouts/_default/list.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2d281e0..fed1e8a 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -16,20 +16,6 @@
<h1 id=>{{ .Title }}</h1>
</div>
</div>
-<<<<<<< Updated upstream
- </div>
- <ul id="post-list">
- {{ range .Paginator.Pages }}
- <li>
- <div class="post-list-item">
- <div class="post-header">
- <h4 class="post-link"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
- <h4 class="post-date">{{ .Date.Format "2006-01-02" }}</h4>
- </div>
- <div class="post-summary"><p>{{ .Summary }}</p></div>
- <div class="post-list-footer text-center">
- <a href="{{ .Permalink }}">{{ i18n "read-more" }}</a>
-=======
<ul id="post-list">
{{ range .Paginator.Pages }}
<li>
@@ -40,9 +26,8 @@
</div>
<div class="post-summary"><p>{{ .Summary }}</p></div>
<div class="post-list-footer text-center">
- <a href="{{ .Permalink }}">Read More</a>
+ <a href="{{ .Permalink }}">{{ i18n "read-more" }}</a>
</div>
->>>>>>> Stashed changes
</div>
</li>
{{ end }}