Skip to content

Commit

Permalink
set up webring and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
moutons committed Jul 31, 2016
1 parent 803461d commit 3ac8dd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ <h2 class="footer-heading">{{ site.title }}</h2>
</div>
</div>

<div class="trigger">
<ul>
{% for my_page in site.pages %}
{% if my_page.title %}
<li>
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.url }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>

</div>

</footer>
1 change: 1 addition & 0 deletions aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Service is operating normally
---
# us-tirefire-1

![It's probably fine...][cloud]

Expand Down

0 comments on commit 3ac8dd0

Please sign in to comment.