This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a change to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from 1bff63c3d Remove 8x download description (#166)
     add dd4373bf1 Fix EOL messaging for 10.0 release (#165)
     add 1c2c8194c Remove 8x download description (#166)
     add 610bfafa3 Common Posts page (#161)
     add ec5cb0fcf Add back 9.x download section
     new d15ee1420 Merge branch 'main' into production

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/pages/news.md                 |   2 +-
 content/pages/posts.md                |   4 ++
 pelicanconf.py                        |   6 +-
 plugins/combined_posts/__init__.py    | 110 ++++++++++++++++++++++++++++++++++
 themes/solr/static/css/base.css       |  58 +++++++++++++++++-
 themes/solr/static/javascript/main.js |   8 ++-
 themes/solr/templates/_header.html    |   5 +-
 themes/solr/templates/bloghome.html   |  10 +++-
 themes/solr/templates/downloads.html  |  29 +++++++++
 themes/solr/templates/news.html       |  12 +++-
 themes/solr/templates/posts.html      |  81 +++++++++++++++++++++++++
 themes/solr/templates/subnav.html     |   2 +
 12 files changed, 316 insertions(+), 11 deletions(-)
 create mode 100644 content/pages/posts.md
 create mode 100644 plugins/combined_posts/__init__.py
 create mode 100644 themes/solr/templates/posts.html

Reply via email to