From 1374efc60254ffac11fdcd8da16a4227a2cbd6a5 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Fri, 22 May 2026 23:09:12 -0500 Subject: [PATCH] Remove unused _layouts/category.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added in #144 with the intent that am2pla-site would emit "layout: category" frontmatter on generated pages so the layout would inject the search box and shared footer. The subsequent rewrite of am2pla-site on AM main (ivan-hc/AM commits 209b1b63e, eba5430fc, 0226034b5) took a different approach: the script emits the search-box HTML inline via an ADD_SEARCH_BAR function and writes the footer inline too. None of the generated .md files declare a layout, so they fall through to the Primer theme's default and this file has no effect on the rendered site. No replacement needed — the inline emission from am2pla-site fully covers what the layout used to handle. Co-Authored-By: Claude Opus 4.7 (1M context) --- _layouts/category.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 _layouts/category.html diff --git a/_layouts/category.html b/_layouts/category.html deleted file mode 100644 index f10af4217..000000000 --- a/_layouts/category.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: default ---- - - -{{ content }} - -{% capture category_footer %} ---- - -You can improve these pages via a [pull request](https://github.com/Portable-Linux-Apps/Portable-Linux-Apps.github.io/pulls) to this site's [GitHub repository](https://github.com/Portable-Linux-Apps/Portable-Linux-Apps.github.io), or report any problems related to the installation scripts in the '[issue](https://github.com/ivan-hc/AM/issues)' section of the main database, at [https://github.com/ivan-hc/AM](https://github.com/ivan-hc/AM). - -***PORTABLE-LINUX-APPS.github.io is my gift to the Linux community and was made with love for GNU/Linux and the Open Source philosophy.*** - ---- - -{% if page.url == "/apps.html" %} -| [Home](index.md) | -| --- | -{% else %} -| [Back to Home](index.md) | [Back to Applications](apps.md) | -| --- | --- | -{% endif %} - --------- - -# Contacts -- **Ivan-HC** *on* [**GitHub**](https://github.com/ivan-hc) -- **AM-Ivan** *on* [**Reddit**](https://www.reddit.com/u/am-ivan) - -###### *You can support me and my work on [**ko-fi.com**](https://ko-fi.com/IvanAlexHC) and [**PayPal.me**](https://paypal.me/IvanAlexHC). Thank you!* - --------- - -*© 2020-present Ivan Alessandro Sala aka 'Ivan-HC'* - I'm here just for fun! -{% endcapture %} -{{ category_footer | markdownify }}