Skip to content
Open
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
10 changes: 2 additions & 8 deletions _data/shared_chrome.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _layouts/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<body>


{% include navigation-header.html highlight=true %}
{% include shared-chrome/header.html %}

<div class="bootstrap">
<div class="container pt-6 pb-9">
{{ content }}
</div>
</div>

{% include footer.html %}
{% include shared-chrome/footer.html %}
</body>
</html>
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ frontend:
- bundle _2.5.22_ install
build:
commands:
- bundle _2.5.22_ exec jekyll build
- JEKYLL_ENV=production NODE_ENV=production bundle _2.5.22_ exec jekyll build
artifacts:
baseDirectory: _site
files:
Expand Down