Skip to content
Snippets Groups Projects
Commit c3e4e6f3 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

Update project-list.html

parent fb776218
No related branches found
No related tags found
No related merge requests found
Pipeline #2066 passed
<div id="wrapper">
<div class="container">
<div class="row">
{% increment limit %}
{% assign i = 0 %}
{% assign sorted_projects = (site.projects | sort: 'date') %}
{% for project in sorted_projects reversed %}
{% if limit < 12 %}
{% increment limit %}
{% if i < 12 %}
{% assign i = i | plus:1 %}
<div class="pin">
<p>
{% if project.image != "/assets/default-social-image.png" %}
......
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