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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-16 11:21:36 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-16 11:21:36 +0300
commit8f99af3f89eb45da2936c3c30f6f62d3a8956499 (patch)
tree5d0d87761a21c0e2d7772a0291fd816bbee71421 /layouts
parent09f61d809ba5a6e61817bc26d5fa5e011b621aee (diff)
author and license
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/post/single.html24
-rw-r--r--layouts/section/allposts.html2
3 files changed, 26 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index bafb397..93a292f 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -46,7 +46,7 @@
</div>
<footer >
- <a href="{{ .URL }}"><button class="w3-button w3-blue w3-block w3-hover-green">Read More</button></a>
+ <a href="{{ .URL }}"><button class="w3-button w3-blue w3-block w3-hover-green">{{ T "readMore" }}</button></a>
</footer>
</div>
</div>
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 80e1278..e6ae596 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -112,6 +112,11 @@ function scrollFunction() {
</div>
+
+
+
+
+
{{ if .Site.Params.relatedPosts }}
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ with $related }}
@@ -130,6 +135,25 @@ function scrollFunction() {
{{ end }}
<br>
</div>
+
+<!-- Author and License -->
+{{ if .Site.Params.authorandlicense }}
+<div class="w3-container w3-card-2 w3-black">
+<div class="w3-row">
+ <div class="w3-col l2 m2 s12 w3-center">
+
+ <img src="{{ .Site.Params.authorimgurl }}" width ="100px" class="w3-circle w3-center w3-margin-top" alt="Norway" >
+
+ </div>
+ <div class="w3-col l10 m10 s12 ">
+ <div class = "w3-container w3-margin-top">
+ {{ .Site.Params.authorinfo | safeHTML }}
+ {{ .Site.Params.licenseinfo | safeHTML }}
+ </div>
+ </div>
+ </div>
+</div>
+{{ end }}
<!-- Post Pagination -->
<div class="w3-content" >
<div class="w3-bar w3-section">
diff --git a/layouts/section/allposts.html b/layouts/section/allposts.html
index 00a4537..9c7804e 100644
--- a/layouts/section/allposts.html
+++ b/layouts/section/allposts.html
@@ -9,7 +9,7 @@
<p>
-<input oninput="w3.filterHTML('#id01', '.item', this.value)" class="w3-input" placeholder="Search for posts..">
+<input oninput="w3.filterHTML('#id01', '.item', this.value)" class="w3-input" placeholder="{{ T "postssearch"}}">
</p>
<div style="overflow-x:auto;">
<table id="id01" class="w3-table-all w3-hoverable">