Possibility to add author and date to index #115

Open
opened 2018-11-26 09:06:11 +00:00 by tammoterhark · 2 comments
tammoterhark commented 2018-11-26 09:06:11 +00:00 (Migrated from github.com)

In the index currently the author is not shown.

De Stadsbron explicitly asked for that.
Addint the date would be easy to, in a way that using css it can be left away.

possible first design:

<div class="index-item">
  <span class="page-title [content-type] [status]">page-title</span>
  <span class="index-connector1"></span>
  <span class="author [author-status]">author</span> 
  <span class="index-connector2"></span>
  <span  class="post-date">post-date</span>
</div>

terms in [ ], like [terms] will need to be inserted dynamically.

index-connector1 and index-connector2 will have to be defined in css.

In the index currently the author is not shown. De Stadsbron explicitly asked for that. Addint the date would be easy to, in a way that using css it can be left away. possible first design: ``` <div class="index-item"> <span class="page-title [content-type] [status]">page-title</span> <span class="index-connector1"></span> <span class="author [author-status]">author</span> <span class="index-connector2"></span> <span class="post-date">post-date</span> </div> ``` terms in `[ ]`, like `[terms]` will need to be inserted dynamically. index-connector1 and index-connector2 will have to be defined in css.
matthijskooijman commented 2018-11-26 16:57:23 +00:00 (Migrated from github.com)

This actually seems like a more specific version of #117. Should this be an example usecase of that issue, rather than its own?

This actually seems like a more specific version of #117. Should this be an example usecase of that issue, rather than its own?
tammoterhark commented 2018-11-26 17:10:04 +00:00 (Migrated from github.com)

Also related to: #87

Also related to: #87
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
harmen/hypha#115
No description provided.