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

Add support for custom extension on folder load #46

Merged
merged 3 commits into from
Jun 16, 2021

Commits on Apr 28, 2021

  1. Load folder with custom file extension preperation

    In preperation to support loading files with a custom extension when
    loading a folder, the internal function load_folder in
    Ramhorns::from_folder, now takes an extension parameter, and have been
    extracted as a private associated function of Ramhorns.
    halvko committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1493ef8 View commit details
    Browse the repository at this point in the history
  2. Add support for custom extension on folder load

    If a different extension than '.html' is used as file endings on
    template files, this adds a function on Ramhorns to specify what that
    extension is.
    halvko committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    8ffbc6d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    b26340f View commit details
    Browse the repository at this point in the history