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

Localize post date #492

Merged
merged 6 commits into from
Jan 13, 2022
Merged

Localize post date #492

merged 6 commits into from
Jan 13, 2022

Commits on Jan 12, 2022

  1. Localize post date

    Change post date to localized version {{ .Page.Date | time.Format ":date_full" }}
    stueja authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    22185b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from stueja/stueja-postdate-patch-1

    Localize post date
    stueja authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ad4e773 View commit details
    Browse the repository at this point in the history
  3. make number of navbar elements configurable

    Make the number of navbar elements displayed outside of "More" configurable via
    
    ```
    config.yaml
    ---
    params:
      features:
        maxnavitems: 6
    ```
    stueja authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a05d2e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from stueja/stueja-maxnavitems-patch-1

    make number of navbar elements configurable
    stueja authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    aa42473 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a75ab12 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from stueja/revert-2-stueja-maxnavitems-patch-1

    Revert "make number of navbar elements configurable"
    stueja authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b6fbef4 View commit details
    Browse the repository at this point in the history