diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-05-09 21:20:38 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-05-09 21:20:38 +0300 |
commit | c62329ce102df226cc62b832232d6e9d528bd0df (patch) | |
tree | b12fe89fdbf71fbb54c3442424d55ab5e5e5ccc3 /layouts/_default/single.html | |
parent | 382d35c944c8f989669787639475da12c537fa9a (diff) |
#27 - 1st working API kinda
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 51a09e8..48596df 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,9 @@ <body class="default single"> <div class="contain"> <a href="{{ .Site.BaseURL }}">← {{ T "goBack" }} <em>{{ .Site.Title }}</em></a> - <hr> + + <div class="padding"></div> + {{ .Content }} </div> |