diff options
Diffstat (limited to '_site_build/_includes')
| -rw-r--r-- | _site_build/_includes/footer.html | 2 | ||||
| -rw-r--r-- | _site_build/_includes/head.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/_site_build/_includes/footer.html b/_site_build/_includes/footer.html index 70bd3c5..b165e1d 100644 --- a/_site_build/_includes/footer.html +++ b/_site_build/_includes/footer.html @@ -1,5 +1,5 @@ <footer> <p> - <small>Copyright © 2011 by {{ site.author }}. All Rights Reserved.</small> + <small>Copyright © {{ site.copyright_year }} by {{ site.author }}. All Rights Reserved.</small> </p> </footer> diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index 54d16d0..d83eb39 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -1,5 +1,7 @@ <meta charset="utf-8"> <title>{{ page.title }} - {{ site.title }}</title> +<meta name="description" content="{{ site.description }}"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/css/style.css?v=1"> +<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" title="{{ site.title }}"> <script src="/js/modernizr-2.0.6.min.js"></script> |
