[gimp-web] downloads: add download comment section to live downloads.html



commit 8578a9d0c357b784177f28ea081f9a867600bd61
Author: Michael Schumacher <schumaml gmx de>
Date:   Tue Apr 14 21:11:33 2020 +0200

    downloads: add download comment section to live downloads.html

 themes/newgimp/templates/downloads.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index ba84b932..f0211868 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -128,6 +128,15 @@
         <p>Note: the currently available package provides GIMP {{ MACOS_VER }} and has not yet updated to 
the latest version, GIMP {{ GIMP_VERSION }}. We're working on that, please check back later.</p>
         {% endif %}
 
+        {% if MACOS_COMMENT is defined %}
+        <small>
+          <p id='download-comment'>
+            <strong>Updated on {{ MACOS_DATE }}: GIMP {{ MACOS_VER }} DMG revision {{ MACOS_REVISION 
}}</strong> </br>
+            {{ MACOS_COMMENT }}
+          </p>
+        </small>
+        {% endif %}
+
         <p>
             <span class='win-button' id='osx-torrent'>
                 <a href="//download.gimp.org/pub/gimp/v{{ MACOS_MAJOR_MINOR_VER }}/osx/{{ MACOS_FILE 
}}.torrent">
@@ -255,6 +264,15 @@
     </p>
     {% endif %}
 
+    {% if WINDOWS_COMMENT is defined %}
+    <small>
+        <p id='download-comment'>
+            <strong>Updated on {{ WINDOWS_DATE }}: GIMP {{ WINDOWS_VER }} installer revision {{ 
WINDOWS_REVISION }}</strong> </br>
+            {{ WINDOWS_COMMENT }}
+        </p>
+    </small>
+    {% endif %}
+
     <p>
         <span class='win-button' id='win-torrent'>
             <a


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