Hi! i love your dark nights theme so much. is there any way i can add notes to the posts? thank you.
Hello anon! I’m glad you like my theme!
I didn’t add notes because I thought it looked a bit crowded in the post info box but I think this looks pretty good:
You’ll need to replace this bit of code:
<div class="info">
  {block:PinnedPostLabel}<a href="{permalink}"><i data-feather="x"></i>{PinnedPostLabel}</a><br>{/block:PinnedPostLabel}
  <a href="{permalink}"><i data-feather="bookmark"></i> Posted on {Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  <div class="likereblog"><a href="{ReblogURL}" title="Reblog This Post"><i data-feather="rotate-cw"></i></a>
  <a class="like" title="Like This Post">{LikeButton}<i data-feather="heart"></i></a></div>
<div class="info">
  {block:PinnedPostLabel}<a href="{permalink}"><i data-feather="x"></i>{PinnedPostLabel}</a><br>{/block:PinnedPostLabel}
  {block:NoteCount}<a href="{permalink}"><i data-feather="activity"></i> {NoteCount}</a>{/block:NoteCount}
  <a href="{permalink}"><i data-feather="bookmark"></i> Posted on {Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  <div class="likereblog"><a href="{ReblogURL}" title="Reblog This Post"><i data-feather="rotate-cw"></i></a>
  <a class="like" title="Like This Post">{LikeButton}<i data-feather="heart"></i></a></div>