| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| online-installer.php | 2025-04-22 | 275.6 kB | |
| HTMLy v3.0.8 source code.tar.gz | 2025-04-22 | 3.0 MB | |
| HTMLy v3.0.8 source code.zip | 2025-04-22 | 3.4 MB | |
| README.md | 2025-04-22 | 1.1 kB | |
| Totals: 4 Items | 6.6 MB | 0 | |
What's New:
- Now the
$metatagsvariable also includes title, description, and canonical - Improve toolbar and menu
- Fix deprecated warning in PHP 8.4 (urlify and portable-ascii)
- Fix Bootstrap 5 dropdown menu
- Language update
Note for $metatags
If you are using a custom theme or themes that are not included in the package, simply delete below lines from layout.html.php and leave the $metatags intact:
:::php
<title><?php echo $title;?></title>
<meta name="description" content="<?php echo $description; ?>"/>
<link rel="canonical" href="<?php echo $canonical; ?>" />
What's Changed
- Update edit-content.html.php by @EmiliTX in #898
- Update add-content.html.php by @EmiliTX in #899
- Update zh_TW.ini by @XD9527 in #907
New Contributors
- @EmiliTX made their first contribution in #898
Full Changelog: v3.0.7...v3.0.8