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

github.com/gesquive/slate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/tile_slate.html')
-rw-r--r--layouts/partials/tile_slate.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/tile_slate.html b/layouts/partials/tile_slate.html
new file mode 100644
index 0000000..4f31816
--- /dev/null
+++ b/layouts/partials/tile_slate.html
@@ -0,0 +1,3 @@
+<div class="tile-container">{{ range .Site.Data.links.tiles }}
+{{ partial "tile.html" . }}{{ end }}
+</div>