From 2d60e71693b12f0bff41a71d504bea1a062d5a67 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Nov 2022 02:31:42 +0100 Subject: Style fixes --- themes/simple/LICENSE | 2 +- themes/simple/layouts/_default/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/simple') diff --git a/themes/simple/LICENSE b/themes/simple/LICENSE index 147d594..90c27d7 100755 --- a/themes/simple/LICENSE +++ b/themes/simple/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2022 YOUR_NAME_HERE +Copyright (c) 2022 Mitja Felicijan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index 4111338..81a7d58 100755 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -4,7 +4,7 @@
-

{{ .Title }}

+

{{ .Title }}

{{ if in .Type "posts" }} -- cgit v1.2.3