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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:02:40 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:02:40 +0300
commit9943fc2d5557429370854c53356729c110a45938 (patch)
tree64c5de8fd1576113d67482a077c072078d6f95fc /layouts/posts/single.html
big bang
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
new file mode 100644
index 0000000..17a638b
--- /dev/null
+++ b/layouts/posts/single.html
@@ -0,0 +1,14 @@
+{{ define "main" }}
+<h1>{{ .Title }}</h1>
+
+{{ .PublishDate.Format "Jan. 2, 2006" }}
+{{ with .Params.linkedin }}
+ // <a href="{{ . }}">Linkedin</a>
+{{ end }}
+{{ with .Params.twitter }}
+ // <a href="{{ . }}">Twitter</a>
+{{ end }}
+<br/><br/>
+{{ .Content }}
+{{ template "_internal/disqus.html" . }}
+{{ end }} \ No newline at end of file