Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### Fixed
- Update NPM plugins to enhance build process
[#868](https://github.com/nextcloud/cookbook/pull/868) @christianlupus
- Removed missing CSS link in guest template
[#869](https://github.com/nextcloud/cookbook/pull/869) @christianlupus


## 0.9.8 - 2021-12-05
Expand Down
2 changes: 2 additions & 0 deletions templates/invalid_guest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
script('cookbook', 'guest');
// Import the css file from the built folder
style('cookbook', '../js/guest');
?>

<div id="app">
Expand Down