From ff314c0a7d71471f01b16f406fe2bd94d6a8c9c1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:28:06 +0200 Subject: [PATCH] Cleanup: remove blender-cloud specific pug component. --- src/templates/mixins/components.pug | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/templates/mixins/components.pug b/src/templates/mixins/components.pug index f226b3a5..c950d394 100644 --- a/src/templates/mixins/components.pug +++ b/src/templates/mixins/components.pug @@ -84,20 +84,3 @@ mixin timeline(projectid, sortdirection) //- TODO: Make nicer reuseable placeholder .h3.text-muted.m-auto i.pi-spin.spin - - -//- Category listing (Learn, Libraries, etc). -mixin category_list_item(title, text, url, image) - .row.pb-2.my-2 - .col-md-3 - a(href=url, title=title) - img.img-fluid(alt=title, src=image) - .col-md-9 - a(href=url, title=title) - h3.font-weight-bold - =title - .lead - =text - - if block - block