diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 19d6734..0ad4f0c 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -414,6 +414,11 @@ $gray: #919EB1; margin-top: 0; margin-bottom: 0; + + + .note-time { + padding-right: 15px; + } } } diff --git a/layouts/partials/row.html b/layouts/partials/row.html index 7713e37..8a58618 100644 --- a/layouts/partials/row.html +++ b/layouts/partials/row.html @@ -136,7 +136,7 @@ {{/* Note info shown below the main content */}}
{{ $page.Date.Format "15:04" }} {{ $page.Params.note }}
+{{ $page.Date.Format "15:04" }}{{ $page.Params.note }}