Skip to content
Snippets Groups Projects
Commit 9b51f109 authored by alexisben's avatar alexisben
Browse files

style

parent 62c7979c
No related branches found
No related tags found
No related merge requests found
.block-portfolio, .block-projects
.grid
@include grid(2, md)
\ No newline at end of file
......@@ -56,6 +56,7 @@
@import blocks/pages
@import blocks/persons
@import blocks/posts
@import blocks/projects
@import blocks/programs
@import blocks/sitemap
@import blocks/sound
......
{{ $heading_level := .heading_level | default 3 }}
{{ $heading := printf "h%d" $heading_level }}
<div class="projects grid">
<div class="grid">
{{ range $project := .projects -}}
{{ with site.GetPage .file }}
{{ partial "projects/project.html" (dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment