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

N/A instead of date and time in both current archive reports #11

Closed
copain60 opened this issue Nov 28, 2022 · 4 comments
Closed

N/A instead of date and time in both current archive reports #11

copain60 opened this issue Nov 28, 2022 · 4 comments

Comments

@copain60
Copy link

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.

@W0CHP
Copy link
Collaborator

W0CHP commented Nov 29, 2022

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.

@seehausen
Copy link

I like your aproach @W0CHP
the date field does not make sense on archive page because it is already shown
image

I'll fix this

@seehausen
Copy link

Please not merge yet, there is still a bug on the month and year pages... I'll work on it

seehase added a commit that referenced this issue Nov 30, 2022
@seehase
Copy link
Owner

seehase commented Nov 30, 2022

Changes are merged, issue can be closed

@seehase seehase closed this as completed Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants