Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gohugoio/hugo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de2a5fb
Choose a base ref
...
head repository: gohugoio/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90b1e91
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 26, 2025

  1. markup/asciidocext: Fix workingFolderCurrent behavior

    When `markup.asciidocext.workingFolderCurrent` is enabled in the site
    config, we must set the Asciidoctor document attributes: `outdir`, and
    conditionally, `imagesoutdir` and `imagesdir`. These attribute values
    are derived from the page's relative permalink. This derivation logic
    requires adjustment for multi-byte characters in the relative permalink,
    multilingual multi-host sites, and when ugly URLs are active for the
    current section.
    
    Closes #9202
    Closes #10183
    Closes #10473
    jmooring committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    90b1e91 View commit details
    Browse the repository at this point in the history
Loading