aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-11 13:40:51 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-11 13:40:51 +0200
commitac5b114dc3a8c53bc218019535cd3fe97ab5a912 (patch)
tree4aeb045d1460ca24b485c07908a1d2dc1f8c7df9 /templates
parent222d9ce7584e77610da24fa9360cf48d038afabc (diff)
downloadmitjafelicijan.com-ac5b114dc3a8c53bc218019535cd3fe97ab5a912.tar.gz
Added note, post details in the posts
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html13
-rw-r--r--templates/note.html2
-rw-r--r--templates/post.html2
3 files changed, 11 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index 9af9e27..eb71809 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,6 +34,10 @@
34 margin-block-start: 3rem; 34 margin-block-start: 3rem;
35 } 35 }
36 36
37 cap {
38 text-transform: capitalize;
39 }
40
37 table { 41 table {
38 max-width: 100%; 42 max-width: 100%;
39 border-collapse: separate; 43 border-collapse: separate;
@@ -141,15 +145,16 @@
141 145
142 <footer> 146 <footer>
143 <hr> 147 <hr>
144 <p><big><strong>Want to comment or have something to add?</strong></big></p>
145 <p> 148 <p>
146 You can write me an email at 149 <p><big><strong>Want to comment or have something to add?</strong></big></p>
150 <p>You can write me an email at
147 <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up 151 <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up
148 with me 152 with me
149 <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. 153 <a href="https://telegram.me/mitjafelicijan" target="_blank">on
154 Telegram</a>.</p>
150 </p> 155 </p>
151 <hr> 156 <hr>
152 <p>This website does not track you. Content is made available under 157 <p>This website does not track you. Content is made available under
153 the <a href="https://creativecommons.org/licenses/by/4.0/" 158 the <a href="https://creativecommons.org/licenses/by/4.0/"
154 target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified 159 target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified
155 otherwise. Blog feed is available as <a href="/index.xml" 160 otherwise. Blog feed is available as <a href="/index.xml"
diff --git a/templates/note.html b/templates/note.html
index 28ffad2..2518d1a 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -6,7 +6,7 @@
6{{ define "content" }} 6{{ define "content" }}
7<div> 7<div>
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <p>{{ .Page.Created.Format "Jan 2, 2006" }}</p> 9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}</p>
10 <div> 10 <div>
11 {{ .Page.HTML }} 11 {{ .Page.HTML }}
12 </div> 12 </div>
diff --git a/templates/post.html b/templates/post.html
index 28ffad2..2518d1a 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -6,7 +6,7 @@
6{{ define "content" }} 6{{ define "content" }}
7<div> 7<div>
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <p>{{ .Page.Created.Format "Jan 2, 2006" }}</p> 9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}</p>
10 <div> 10 <div>
11 {{ .Page.HTML }} 11 {{ .Page.HTML }}
12 </div> 12 </div>