matt-dray / rostrum-blog

:memo::bug: Blog: superseded source code for rostrum.blog
Other
6 stars 3 forks source link

Create div for flagging post updates #55

Closed matt-dray closed 3 years ago

matt-dray commented 3 years ago

Create a div for a little box that can be put at the top of each post to explain when it's been updated substantially.

Then identify the posts that need it and add them. NBA distances and mail-merge posts, for example.

Like the how-to boxes here: https://www.rostrum.blog/2020/09/15/rstudio-settings/

matt-dray commented 3 years ago

Nah, just do this for note boxes:

<div class="tip"> `r icon::fa("exclamation-circle")` <b>Note</b>

The info boxes are:

<div class="tip"> `r icon::fa("info-circle")` <b>How to</b>