Skip to content

Commit

Permalink
build(release): merge branch develop (release 1.8.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Aug 12, 2021
2 parents 5512e55 + f62b5d4 commit 09942a0
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automad/blocks/dist/blocks.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/blocks/dist/blocks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automad",
"version": "1.8.4",
"version": "1.8.5",
"description": "Automad",
"author": "Marc Anton Dahmen",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions automad/ui/components/layout/pagedata.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@ private function settings() {
* @return string the slug input field HTML
*/
private function slug() {
if ($this->url == '/') {
return '';
}

$slug = Page::extractSlugFromPath($this->Page->path);

return $this->input(
Expand Down
2 changes: 1 addition & 1 deletion automad/ui/dist/automad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/ui/dist/automad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php define('AM_VERSION', '1.8.4'); ?>
<?php define('AM_VERSION', '1.8.5'); ?>
2 changes: 1 addition & 1 deletion packages/standard/dark/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Dark",
"description": "A dark and elegant multi-purpose theme",
"author": "Marc Anton Dahmen",
"version": "1.8.4",
"version": "1.8.5",
"license": "MIT",
"masks": {
"page": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/light/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Light",
"description": "A light and elegant multi-purpose theme",
"author": "Marc Anton Dahmen",
"version": "1.8.4",
"version": "1.8.5",
"license": "MIT",
"masks": {
"page": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard",
"version": "1.8.4",
"version": "1.8.5",
"description": "A standard collection of elegant Automad themes",
"main": "gulpfile.js",
"private": true,
Expand Down

0 comments on commit 09942a0

Please sign in to comment.