Skip to content

Commit

Permalink
Merge pull request #142 from johannes-jansson/feature/fix-null-layout
Browse files Browse the repository at this point in the history
[FIX] Replace layout: none with layout: null in assets
  • Loading branch information
daviddarnes authored Mar 2, 2020
2 parents afce004 + 3064901 commit 3e06edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: "manifest.json"
layout: none
layout: null
---
{
"lang": "{{ site.lang | default: "en-US" }}",
Expand Down
2 changes: 1 addition & 1 deletion assets/scripts/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: "/sw.js"
layout: none
layout: null
---
const version = '{{ site.time | date: '%Y%m%d%H%M%S' }}';
const cacheName = `static::${version}`;
Expand Down

0 comments on commit 3e06edf

Please sign in to comment.