Remove date from keywords perspective #6

Closed
opened 2 years ago by anybody · 1 comments
Collaborator

if you click on a keyword, as in some-sandpoints-page/keywords the new page shows all entries with that keyword, ALSO the date they were created (in my case file creation date is part of the YAML header). It would be great if they could be ommited.
image

if you click on a keyword, as in `some-sandpoints-page/keywords` the new page shows all entries with that keyword, ALSO the date they were created (in my case file creation date is part of the YAML header). It would be great if they could be ommited. ![image](/attachments/7f0a2c5c-caa5-4459-92db-f6c604eb6e05)
Poster
Collaborator

Omiting the date from the keyword view can be done by editing ...theme/layouts/taxonomy/list.html to comment out line 15 that mentions date.

<!--<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>-->
Omiting the date from the keyword view can be done by editing `...theme/layouts/taxonomy/list.html` to comment out `line 15` that mentions date. ``` <!--<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>--> ```
anybody closed this issue 10 months ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Drawwell/SandpointsTheme#6
Loading…
There is no content yet.