Browse Source

docs : add footer include

pull/14/head
David DeSandro 14 years ago
parent
commit
a19a0ae866
  1. 4
      _includes/footer.html
  2. 4
      _layouts/demo.html
  3. 4
      _layouts/doc.html
  4. 2
      index.html

4
_includes/footer.html

@ -0,0 +1,4 @@
<footer>
{{ site.name }} by <a href="http://desandro.com">David DeSandro</a> / <a href="http://metafizzy.co">Metafizzy</a>
</footer>

4
_layouts/demo.html

@ -17,9 +17,7 @@
{{ content }}
<footer>
{{ site.name }} by David DeSandro / Metafizzy
</footer>
{% include footer.html %}
</body>
</html>

4
_layouts/doc.html

@ -38,9 +38,7 @@
{{ content }}
<footer>
{{ site.name }} by David DeSandro / Metafizzy
</footer>
{% include footer.html %}
</section> <!-- #content -->

2
index.html

@ -86,6 +86,8 @@ layout: nil
{% endfor %}
</ul>
{% include footer.html %}
<script src="js/jquery-1.4.4.min.js"></script>
<script src="src/mini-modernizr.js"></script>

Loading…
Cancel
Save