Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxianmin <xianmin@users.noreply.github.com>2022-10-17 02:36:36 +0300
committerxianmin <xianmin@users.noreply.github.com>2022-10-17 02:36:36 +0300
commit10b1efceff202251793c3c5342e39908c5447924 (patch)
tree8d2f4b4697b011b89eb81dc36129ddc482f36520
parent38ff44d7f64905fc27a0eb347f59a8cc25a2e00a (diff)
deploy: 4f1a558171048f0032cee47bd5da711177a3cdb5
-rw-r--r--about/index.html85
1 files changed, 69 insertions, 16 deletions
diff --git a/about/index.html b/about/index.html
index bf718c1..ae9ad66 100644
--- a/about/index.html
+++ b/about/index.html
@@ -545,20 +545,55 @@ if (!doNotTrack) {
<div class="content-wrapper">
<div id="content" class="content container">
<article class="post bg-white">
-
- <header class="post-header">
- <h1 class="post-title">About</h1>
+ <header class="post-header">
+ <h1 class="post-title">About</h1>
+
- <div class="post-meta">
- <time datetime="2017-08-20" class="post-time">
- 2017-08-20
- </time>
- </div>
- </header>
+ <div class="post-meta">
+ <div class="post-meta-author">
+ by
+ <a href="/about">
+ <span class="post-meta-author-name">
+ Jane
+ </span>
+ </a>
+
+ </div>
+
+ <div class="post-meta-time">
+ <time datetime="2017-08-20">
+ 2017-08-20
+ </time>
+ </div>
+ <div class="post-meta-lastmod">
+ (LastMod:
+ 2017-12-18)
+ </div>
+
+
+ <div class="post-meta__right">
+
+
+
+
+
+
+
+
+
+
+
+ </div>
+</div>
+
+ </header>
+
+
+
<div class="post-toc" id="post-toc">
<h2 class="post-toc-title">Table of Contents</h2>
<div class="post-toc-content">
@@ -566,8 +601,9 @@ if (!doNotTrack) {
</div>
</div>
-
- <div class="post-content">
+
+
+ <div class="post-content">
<p>Hugo is a static site engine written in Go.</p>
<p>It makes use of a variety of open source projects including:</p>
<ul>
@@ -578,10 +614,10 @@ if (!doNotTrack) {
</ul>
<p>Learn more and contribute on <a href="https://github.com/gohugoio">GitHub</a>.</p>
- </div>
+ </div>
-
-
+
+
<div class="post-copyright">
<p class="copyright-item">
<span class="item-title">Author</span>
@@ -609,12 +645,29 @@ if (!doNotTrack) {
</div>
+
+
+
+
+
+ <footer class="post-footer">
+
+
+
+
+ <nav class="post-nav">
+
+
+ </nav>
+ </footer>
+ </article>
+
-</article>
-
+
+
</div>
</div>