forked from neoground/neowx-material
-
Notifications
You must be signed in to change notification settings - Fork 9
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
N/A instead of date and time in both current archive reports #11
Comments
Known issue. Not sure why this happens. Here's my workaround on my site: in header.inc: <strong>$station.location</strong><br>
#if $active_nav is 'archive'
<span class="font-small"></span>
#else
<span class="font-small">$current.dateTime</span>
#end if If you have a better solution, feel free to submit a Pull Request. |
I like your aproach @W0CHP I'll fix this |
seehase
pushed a commit
that referenced
this issue
Nov 29, 2022
Please not merge yet, there is still a bug on the month and year pages... I'll work on it |
Changes are merged, issue can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a small error in archive, which exists already in the original Neoground repo.
On current year and current month reports ONLY, always N/A is shown below the site title instead of current date and time.
All other archive reports are correct.
The text was updated successfully, but these errors were encountered: