Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative_url to generate feed path link. #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 13, 2020

  1. Use relative_url to generate feed path link.

    Using the relative URL allows the plugin to be used without modification
    when generating sites that may be deployed across more than one domain
    name without needing to have the site regenerated for each domain name.
    
    This commit also aligns the code with the code's comments (added in
    commit bf728c3) which say that the built-in Jekyll URLFilters are being
    used to provide the `relative_url` functionality, but then the code goes
    on to use the `absolute_url` filter.
    
    Using the `relative_url` filter does not impact feed reader use (at
    least, in my testing), so this should be a backward-compatible change
    that improves the versatility of the rendered HTML code.
    fabacab committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    62580f7 View commit details
    Browse the repository at this point in the history