Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
✨ support for content representations
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Feb 22, 2020
1 parent 2933372 commit 8a553fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/HandlebarsTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function extension(): string
public function file(): string
{
$name = $this->name();
if ($this->hasDefaultType() !== $this->type()) {
if (!$this->hasDefaultType()) {
$name = $this->name() . '.' . $this->type();
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-handlebars",
"type": "kirby-plugin",
"version": "3.2.4",
"version": "3.2.5",
"license": "MIT",
"description": "Kirby 3 Component for semantic templates with Handlebars and Mustache",
"authors": [
Expand Down

0 comments on commit 8a553fc

Please sign in to comment.