Skip to content

Commit

Permalink
Fix no-port-append default
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Feb 16, 2023
1 parent f7c67f4 commit 2aa067d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
- Fix link generation to colocated assets other than images
- Add `get_hash` Tera function
- Minify CSS and JS embedded in HTML
- Fix slow image processingq
- Fix slow image processing
- Fix current_url in taxonomy term
- Add new flag 'port_append' to give the ability to remove port from base url


## 0.16.1 (2022-08-14)
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub enum Command {
fast: bool,

/// Default append port to the base url.
#[clap(long, default_value_t = false)]
#[clap(long)]
no_port_append: bool,
},

Expand Down

0 comments on commit 2aa067d

Please sign in to comment.