aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-04 02:31:42 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-04 02:31:42 +0100
commit2d60e71693b12f0bff41a71d504bea1a062d5a67 (patch)
tree0af50fd834fde7258265a773557b9f0f8ea221a6 /themes
parente76d33a89bd9b28267dbaa8a6c4250a6de4d4823 (diff)
downloadmitjafelicijan.com-2d60e71693b12f0bff41a71d504bea1a062d5a67.tar.gz
Style fixes
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/simple/LICENSE2
-rwxr-xr-xthemes/simple/layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
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 @@
1The MIT License (MIT) 1The MIT License (MIT)
2 2
3Copyright (c) 2022 YOUR_NAME_HERE 3Copyright (c) 2022 Mitja Felicijan
4 4
5Permission is hereby granted, free of charge, to any person obtaining a copy of 5Permission is hereby granted, free of charge, to any person obtaining a copy of
6this software and associated documentation files (the "Software"), to deal in 6this 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 @@
4 <!-- Single article --> 4 <!-- Single article -->
5 <article itemtype="http://schema.org/Article" class="single mb-12"> 5 <article itemtype="http://schema.org/Article" class="single mb-12">
6 <header class="mb-6"> 6 <header class="mb-6">
7 <h1 itemtype="headline" class="text-4xl font-extrabold mb-6 leading-tightest md:leading-tight">{{ .Title }}</h1> 7 <h1 itemtype="headline" class="text-4xl font-extrabold mb-6 leading-1 md:leading-2">{{ .Title }}</h1>
8 8
9 {{ if in .Type "posts" }} 9 {{ if in .Type "posts" }}
10 <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> 10 <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time>