Use <small> for the copyright
authorChris Barrick <cbarrick1@gmail.com>
Fri, 8 Aug 2014 07:24:39 +0000 (03:24 -0400)
committerChris Barrick <cbarrick1@gmail.com>
Thu, 21 Aug 2014 04:37:37 +0000 (00:37 -0400)
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.

_layouts/default.html

index 78f482511f3937d1fef7da71df82e74e91511171..1b8ca2e0c9fa2ce8b6ca89e114d19836fb10c547 100644 (file)
@@ -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>