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 /content/en/repository | |
| parent | e83e1959e8a6040c4526a6a3c573710b80732cd1 (diff) | |
| download | danixxyz-c2fed61df80741c0b2af9bee11841759f662438a.tar.gz danixxyz-c2fed61df80741c0b2af9bee11841759f662438a.zip | |
feat: add pkg-list and pkg-changelog shortcodes to repository pages
Diffstat (limited to 'content/en/repository')
| -rw-r--r-- | content/en/repository/index.md | 6 |
1 files changed, 5 insertions, 1 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" >}} |
