Merge pull request #140 from pobtastic/patch-3

Fix css-truncate-target
This commit is contained in:
MeiK
2024-03-26 11:23:25 +08:00
committed by GitHub

View File

@@ -14,9 +14,12 @@
<div class="d-flex flex-column">
<h1 class="break-word f3 text-normal mb-md-0 mb-1">
<span class="author">
<a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a></span><span
class="path-divider">/</span><strong class="css-truncate-target mr-1" style="max-width: 410px"><a
href="{{ .Permalink }}">{{ .Title }}</a></strong>
<a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a>
</span>
<span class="path-divider">/</span>
<strong class="css-truncate css-truncate-target mr-1" style="max-width: 410px">
<a href="{{ .Permalink }}">{{ .Title }}</a>
</strong>
</h1>
<div class="note m-0">
Created <relative-time datetime="{{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}"