-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fenghui2.xu
committed
Jul 17, 2024
1 parent
841bb07
commit ff1919f
Showing
4 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{{ define "main" -}} | ||
<div class="post"> | ||
<h1>{{ .Title }}</h1> | ||
<time datetime={{ .Date.Format "2006-01-02T15:04:05Z0700" }} class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</time> | ||
<time datetime={{ .Date.Format "2006-01-02T15:04:05Z0700" }} class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" | ||
}}</time> | ||
{{ .Content }} | ||
</div> | ||
|
||
{{ if .Site.DisqusShortname -}} | ||
<h2>Comments</h2> | ||
{{ template "_internal/disqus.html" . }} | ||
{{- end }} | ||
{{- end }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<di style="border-top: 1px solid rgba(0, 0, 0, 0.1);width: 100%;"> | ||
hello world! | ||
<script src="https://giscus.app/client.js" data-repo="misaya/misaya.github.io" data-repo-id="R_kgDOMXa6GA" | ||
data-category="Announcements" data-category-id="DIC_kwDOMXa6GM4Cg2lV" data-mapping="url" data-strict="1" | ||
data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" | ||
data-theme="preferred_color_scheme" data-lang="zh-CN" data-loading="lazy" crossorigin="anonymous" async> | ||
</script> | ||
</di> |