diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2011-12-28 19:32:44 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2011-12-28 19:32:44 +0000 |
| commit | fc6384360e2e4ce8905ff7769866f8dba3702a02 (patch) | |
| tree | 7a804eea783b0a82a416c0cf86530d3712d7f0a7 /_site_build/_includes/footer.html | |
| parent | 5e4be1b2145ab96fd57d4a61f266169c13af51b4 (diff) | |
Create basic layout for site.
Diffstat (limited to '_site_build/_includes/footer.html')
| -rw-r--r-- | _site_build/_includes/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_site_build/_includes/footer.html b/_site_build/_includes/footer.html new file mode 100644 index 0000000..70bd3c5 --- /dev/null +++ b/_site_build/_includes/footer.html @@ -0,0 +1,5 @@ +<footer> + <p> + <small>Copyright © 2011 by {{ site.author }}. All Rights Reserved.</small> + </p> +</footer> |
