diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 15:35:32 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 15:35:32 -0400 |
| commit | 3a03c5ec9d819a8e6ed3e10d5dbc23a441369476 (patch) | |
| tree | 2d3f710bdf19af51eec69bd3877e3f045cbcf9ce /templates/index.liquid | |
| parent | af7f0008df4125d3c5804650a6f8214ca126f608 (diff) | |
css
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 5 |
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 %} |
