mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
@@ -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" }}"
|
||||
@@ -93,4 +96,4 @@
|
||||
</main>
|
||||
</div>
|
||||
<script type="application/javascript" src='{{ "js/toc.js" | absURL }}'></script>
|
||||
<link rel="stylesheet" href='{{ "css/toc.css" | absURL }}' />
|
||||
<link rel="stylesheet" href='{{ "css/toc.css" | absURL }}' />
|
||||
|
Reference in New Issue
Block a user