summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.liquid b/templates/index.liquid
index b2f9db1..6957fac 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -29,12 +29,14 @@
</head>
<body>
+ <nav>
+ <span>PG.1</span>
+ </nav>
{% for project in projects %}
<div class="item">
<div class="top">
<div class="cell {% if project.containImage == 'true' %}contain{% endif %}" style="background-image:url({{ project.image.uri }})"></div>
<iframe class="cell" src="http://okfoc.us">
-
</iframe>
<div class="cell"></div>
</div>
@@ -77,6 +79,7 @@
</div>
</div>
{% endfor %}
+ </div>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
{% if meta.production %}