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: 30f0802
Choose a base ref
...
head repository: gohugoio/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff8108c
Choose a head ref
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Nov 1, 2025

  1. markup/asciidocext: Correct attribute derivation for workingFolderCur…

    …rent
    
    Fixes issues with `outdir`, `imagesoutdir`, and `imagesdir` when
    `markup.asciidocext.workingFolderCurrent` is active. The prior logic
    failed in several scenarios due to improper attribute derivation from the
    page's relative permalink.
    
    The updated logic now correctly handles:
    
    - Multi-byte characters
    - Multilingual multi-host sites
    - Site builds from a subdirectory
    - Pages using ugly URLs
    
    Closes #9202
    Closes #10183
    Closes #10473
    jmooring committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    ff8108c View commit details
    Browse the repository at this point in the history
Loading