Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Senkbeil <chip.senkbeil@gmail.com>2015-09-27 22:26:20 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2015-09-27 22:26:20 +0300
commitdd713c8169cd43f3dc920b00a81d82d99d87c21a (patch)
treef92b98c83a0c4231d2a6461fc326dc0b3df88e66
parent57f4c87dad9bc852d1cc9d4789a702f92435171f (diff)
Added separator between categories and tags for projects
-rw-r--r--layouts/partials/project/item.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/project/item.html b/layouts/partials/project/item.html
index 080ca4d..4d1a7c7 100644
--- a/layouts/partials/project/item.html
+++ b/layouts/partials/project/item.html
@@ -16,6 +16,7 @@
<div class="rounded-corners-bottom center-text project-container-title">
<h4 class="white-text">{{ $title }}</h4>
{{ partial "extra/categories.html" . }}
+ <span class="separator">|</span>
{{ partial "extra/tags.html" . }}
</div>
</div>