File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717
1818 < h1 class ="text-2xl font-bold mb-2 "> {{ .Title }}</ h1 >
1919 {{ if not (or (or .Site.Params.hideMeta .Params.hideMeta) false) }}
20- < h5 class ="text-sm flex items-center ">
20+ < h5 class ="text-sm flex items-center flex-wrap ">
2121 < svg xmlns ="http://www.w3.org/2000/svg " class ="mr-1 " width ="16 " height ="16 " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " fill ="none " stroke-linecap ="round " stroke-linejoin ="round ">
2222 < path stroke ="none " d ="M0 0h24v24H0z " fill ="none "/>
2323 < rect x ="4 " y ="5 " width ="16 " height ="16 " rx ="2 " />
@@ -28,7 +28,7 @@ <h5 class="text-sm flex items-center">
2828 </ svg >
2929 {{ $datestr | i18n "postedOnDate" }}
3030 {{ if ne $datestr $lastmodstr }}
31-  {{ $lastmodstr | i18n "lastModified" }}</ h5 > < h5 class ="text-sm flex items-center ">
31+  {{ $lastmodstr | i18n "lastModified" }}</ h5 > < h5 class ="text-sm flex items-center flex-wrap ">
3232 {{ else }}
3333 •
3434 {{ end }}
You can’t perform that action at this time.
0 commit comments