diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-14 20:44:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-14 20:44:52 +0200 |
| commit | c2fed61df80741c0b2af9bee11841759f662438a (patch) | |
| tree | 2b92e907732c0e86fed0239983f3f610c5de6cdf | |
| parent | e83e1959e8a6040c4526a6a3c573710b80732cd1 (diff) | |
| download | danixxyz-c2fed61df80741c0b2af9bee11841759f662438a.tar.gz danixxyz-c2fed61df80741c0b2af9bee11841759f662438a.zip | |
feat: add pkg-list and pkg-changelog shortcodes to repository pages
| -rw-r--r-- | content/en/repository/index.md | 6 | ||||
| -rw-r--r-- | content/it/repository/index.md | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/content/en/repository/index.md b/content/en/repository/index.md index f753bfc..01b2e03 100644 --- a/content/en/repository/index.md +++ b/content/en/repository/index.md @@ -84,4 +84,8 @@ slackpkg search keyword ## Available Packages -Check the repository for the latest available packages. See the GitHub SlackBuild repositories below for build information and source files. +{{< pkg-list >}} + +## Recent Changes + +{{< pkg-changelog count="10" >}} diff --git a/content/it/repository/index.md b/content/it/repository/index.md index 4b25953..dbe796a 100644 --- a/content/it/repository/index.md +++ b/content/it/repository/index.md @@ -82,4 +82,8 @@ slackpkg search parola-chiave ## Pacchetti disponibili -Dai un'occhiata al repository per gli ultimi pacchetti disponibili. Vedi i repository SlackBuild su GitHub qui sotto per i dettagli sulle build e i file sorgente. +{{< pkg-list >}} + +## Modifiche recenti + +{{< pkg-changelog count="10" >}} |
