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:
Diffstat (limited to 'layouts/partials/project/item.html')
-rw-r--r--layouts/partials/project/item.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/partials/project/item.html b/layouts/partials/project/item.html
index 1706760..c4747a7 100644
--- a/layouts/partials/project/item.html
+++ b/layouts/partials/project/item.html
@@ -16,7 +16,12 @@
<a href="{{ $link }}">
<div class="project-container rounded-corners z-depth-1">
<div class="project-container-image rounded-corners-top">
- <img src="{{ $image }}" class="fill-container-width rounded-corners-top" />
+ {{ if or (isset .Params "video_preview_mp4") (isset .Params "video_preview_ogv") }}
+ {{ .Scratch.Set "class" "rounded-corners-top fill-container-width" }}
+ {{ partial "extra/video.html" . }}
+ {{ else }}
+ <img src="{{ $image }}" class="fill-container-width rounded-corners-top" />
+ {{ end }}
</div>
<div class="rounded-corners-bottom center-text project-container-title">
<h4 class="white-text">{{ $title }}</h4>