Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
updated registry page
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyfx committed Dec 11, 2012
1 parent e7b48e1 commit 6db6918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/docs.html
@@ -1,5 +1,5 @@


{% set page = 'docs' %}
{# extends "layout.html" #}

{% block docs %}
<div class="limit">
Expand Down
9 changes: 7 additions & 2 deletions app/views/registry.html
@@ -1,6 +1,11 @@
{% set page = 'registry' %}
{% extends "layout.html" %}
{# extends "layout.html" #}

{% block registry %}
<h1>Registry</h1>
<div class="limit">
<div class="block">
<x-ribbon>Registry</x-ribbon>
<p>Discover and share X-Tags on our registry at <a href="http://registry.x-tags.org">registry.x-tags.org</a>.</p>
</div>
</div>
{% endblock%}

0 comments on commit 6db6918

Please sign in to comment.