diff options
Diffstat (limited to 'themes/problematic/layouts/_default/single.html')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 4142125..8da12c7 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -7,5 +7,6 @@ </style> <h2 class="title">{{ .Title }}</h2> +{{ .Date.Format "Monday, 2 January 2006" }} {{ .Content }} {{ end }} |