diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-14 12:14:23 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-14 12:14:23 -0400 |
| commit | 4286139d02c582e1291bc0e0e668016ccc4ae03c (patch) | |
| tree | 1fba6b8a688a9df2c4c22597277bac18c7a60850 /site/templates | |
| parent | 64278fc4076fd3176f28b1065b977815f8d96384 (diff) | |
| parent | dc2ec5f9e39547a749595f42c8a7eceecde87a5f (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/index.liquid | 2 | ||||
| -rw-r--r-- | site/templates/project.liquid | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/templates/index.liquid b/site/templates/index.liquid index 19a0b6c..1b4978c 100644 --- a/site/templates/index.liquid +++ b/site/templates/index.liquid @@ -138,7 +138,7 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends. <div class="toggleRapper"> <div class="menuToggle"></div> </div> -<a href="#" class="logo"><img src="assets/images/2H_LOGOMARK.png"></a> +<a href="#" class="logo"><img src="assets/images/2H_LOGOMARK.svg"></a> </body> diff --git a/site/templates/project.liquid b/site/templates/project.liquid index e087049..a6b2b24 100644 --- a/site/templates/project.liquid +++ b/site/templates/project.liquid @@ -1,6 +1,6 @@ <div class="entry"> <span> - <span class="projectname">{{project.title}}</span> + <span class="postname">{{project.title}}</span> <div class="gallery" id="okgallery"> {% if project.video.token %} |
