소스 검색

Use <small> for the copyright

This follows the new semantic meaning of <small> in HTML 5

Quoting the spec:
> Small print typically features disclaimers, caveats, legal restrictions,
> or copyrights. Small print is also sometimes used for attribution, or
> for satisfying licensing requirements.
Chris Barrick 10 년 전
부모
커밋
bbc0e376c0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      _layouts/default.html

+ 2 - 2
_layouts/default.html

@@ -16,9 +16,9 @@
       {{ content }}
 
       <div class="footer">
-        <p>
+        <small>
           &copy; <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
-        </p>
+        </small>
       </div>
     </div>