Browse Source

fix: Add missing images

Marcelo Fornet 5 years ago
parent
commit
8f1c0ea9c6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      layout/work/branding.html
  2. 1 0
      layout/work/illustration.html

+ 1 - 0
layout/work/branding.html

@@ -11,4 +11,5 @@
         --columns: 4;
     }
 </style>
+{{ super() }}
 {% endblock %}

+ 1 - 0
layout/work/illustration.html

@@ -10,4 +10,5 @@
 		--columns: 3;
 	}
 </style>
+{{ super() }}
 {% endblock %}