From aca411280f5ef0e5c43ac76c3b7a9137d138c9cd Mon Sep 17 00:00:00 2001 From: pgarcia Date: Wed, 13 Aug 2025 13:48:16 +0200 Subject: [PATCH] Delete shortcodes/button.tmpl~ --- shortcodes/button.tmpl~ | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 shortcodes/button.tmpl~ diff --git a/shortcodes/button.tmpl~ b/shortcodes/button.tmpl~ deleted file mode 100644 index 6bd607f..0000000 --- a/shortcodes/button.tmpl~ +++ /dev/null @@ -1,31 +0,0 @@ -<%doc> -Return communication item - -Template engine: Mako - -Usage: - - {{% comm [type=] [date=] [media=] [link=] %}} - -where is one of press, video, audio, socal, photo, image or other - - Example: - - -% if type == 'press': - <% t = 'fa-file-alt' %> -% elif type == 'video': - <% t = 'fa-video' %> -% elif type == 'audio': - <% t = 'fa-microphone' %> -% elif type == 'social': - <% t = 'fa-comment-alt' %> -% elif type == 'photo': - <% t = 'fa-camera' %> -% elif type == 'image': - <% t = 'fa-file-image' %> -% else: - <% t = 'fa-bullhorn' %> -% endif - - ${date}, ${media}: ${_args[0]}