gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www_shared] branch master updated: remove problematic macro


From: gnunet
Subject: [www_shared] branch master updated: remove problematic macro
Date: Sat, 04 Jul 2020 22:36:10 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www_shared.

The following commit(s) were added to refs/heads/master by this push:
     new 76bbc33  remove problematic macro
76bbc33 is described below

commit 76bbc33ea45cd415081f34ae93109fe5c9718fe2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 4 22:30:27 2020 +0200

    remove problematic macro
---
 news.macro.j2 | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/news.macro.j2 b/news.macro.j2
deleted file mode 100644
index 48f04b0..0000000
--- a/news.macro.j2
+++ /dev/null
@@ -1,38 +0,0 @@
-{#
-# Copyright (C) 2019 GNUnet e.V.
-#
-# This code is derived from code contributed to GNUnet eV
-# by nikita <nikita@n0.is>.
-#
-# Permission to use, copy, modify, and/or distribute this software for
-# any purpose with or without fee is hereby granted.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
-# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
-# AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
-# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
-# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-# PERFORMANCE OF THIS SOFTWARE.
-#
-# SPDX-License-Identifier: 0BSD
-#}
-{% macro newspreview(name) -%}
-  <section class="item-preview">
-    <header>
-      <h3>{{ name['title']|e }}</h3>
-      <p class="item-date">
-        {{ name['date'] }}
-      </p>
-    </header>
-    <p class="item-abstract">
-      {{ name['abstract'] }} <br/>
-      [<a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ 
name['page'] }}" title="{{ name['date']}}">{{ _("read more") }}</a>]
-    </p>
-  </section>
-{% endmacro -%}
-
-{% macro tinylinkpreview(name) -%}
-  <a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ 
name['page'] }}" title="{{ name['date']}}">{{ name['date'] }}: {{ name['title'] 
}}</a>
-{% endmacro -%}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]