소스 검색

Site updated: 2020-03-26 09:53:10

schtonn 5 년 전
부모
커밋
b729c71b62
3개의 변경된 파일18개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      css/main.css
  2. 8 2
      index.html
  3. 9 3
      posts/matrix-pow/index.html

+ 1 - 1
css/main.css

@@ -1235,7 +1235,7 @@ pre .javascript .function {
 }
 .links-of-author a::before,
 .links-of-author span.exturl::before {
-  background: #c8fbcc;
+  background: #71ff70;
   border-radius: 50%;
   content: ' ';
   display: inline-block;

+ 8 - 2
index.html

@@ -290,10 +290,16 @@
                 <i class="fa fa-calendar-o"></i>
               </span>
               <span class="post-meta-item-text">Posted on</span>
-              
 
-              <time title="Created: 2020-Mar-21 19:20:08 / Modified: 22:47:29" itemprop="dateCreated datePublished" datetime="2020-03-21T19:20:08+08:00">2020-Mar-21</time>
+              <time title="Created: 2020-Mar-21 19:20:08" itemprop="dateCreated datePublished" datetime="2020-03-21T19:20:08+08:00">2020-Mar-21</time>
             </span>
+              <span class="post-meta-item">
+                <span class="post-meta-item-icon">
+                  <i class="fa fa-calendar-check-o"></i>
+                </span>
+                <span class="post-meta-item-text">Edited on</span>
+                <time title="Modified: 2020-Mar-26 09:51:59" itemprop="dateModified" datetime="2020-03-26T09:51:59+08:00">2020-Mar-26</time>
+              </span>
 
           
   

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 9 - 3
posts/matrix-pow/index.html


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.