Skip to content

Commit

Permalink
Merge branch 'alshedivat:master' into cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
alerezaaa authored Oct 3, 2024
2 parents b90f10d + b74b292 commit 574d5b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ body:
description: select all environments where you have experienced this issue
multiple: true
options:
- "Running locally with Docker"
- "Running locally with Docker (docker compose)"
- "Running locally with Docker (devcontainer)"
- "Running locally without Docker"
- "Deployed site"
validations:
Expand Down
2 changes: 1 addition & 1 deletion _includes/figure.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
{% endif %}
<img
src="{% if include.cache_bust %}{{ include.path | relative_url | bust_file_cache }}{% else %}{{ include.path | relative_url }}{% endif %}"
src="{% if include.url %}{{ include.url }}{% elsif include.cache_bust %}{{ include.path | relative_url | bust_file_cache }}{% else %}{{ include.path | relative_url }}{% endif %}"
{% if include.class %}
class="{{ include.class }}"
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion bin/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ manage_gemfile_lock() {

start_jekyll() {
manage_gemfile_lock
exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling &
bundle exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling &
}

start_jekyll
Expand Down

0 comments on commit 574d5b9

Please sign in to comment.