Browse Source

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 years ago
parent
commit
bbc0e376c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      _layouts/default.html

+ 2 - 2
_layouts/default.html

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