From c4f4edd743b79ec3f3bebecf786cbb6da8921ce9 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 9 Dec 2019 10:44:44 +0000 Subject: directory: port censoring from zap and disable oembed in profile about --- view/tpl/direntry.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index f7ec7db23..175d813c5 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -7,6 +7,9 @@ {{if $entry.ignlink}} {{$entry.ignore_label}} {{/if}} + {{if $entry.censor}} + {{$entry.censor_label}} + {{/if}} {{if $entry.connect}} {{$entry.conn_label}} {{/if}} -- cgit v1.2.3