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