Use <small> for the copyright
[blog] / _layouts / default.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
3
4   {% include head.html %}
5
6   <body>
7
8     <div class="container content">
9       <div class="masthead">
10         <h3 class="masthead-title">
11           <a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
12           <small>{{ site.tagline }}</small>
13         </h3>
14       </div>
15
16       {{ content }}
17
18       <div class="footer">
19         <small>
20           &copy; <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
21         </small>
22       </div>
23     </div>
24
25   </body>
26 </html>