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

Hide empty permalink folders #4

Open
fatihtatoglu opened this issue Mar 11, 2022 · 0 comments
Open

Hide empty permalink folders #4

fatihtatoglu opened this issue Mar 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fatihtatoglu
Copy link
Owner

While generating result files, the Enginær engine uses the permalink property. In the example below, the folders 2018, 2020 are empty folders. However, while hosting the website you will take a 404 error.

image

To provide this issue, creating an auto-redirected HTML document will be useful.

<!DOCTYPE html>
<html>
   <head>
      <title>Enginær Engine</title>
      <meta http-equiv = "refresh" content = "0; url = {{base-url}}" />
   </head>
   <body>
      <p>Redirecting to home page.</p>
   </body>
</html>
@fatihtatoglu fatihtatoglu added the enhancement New feature or request label Mar 11, 2022
@fatihtatoglu fatihtatoglu self-assigned this Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant