You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a way for the reader to clearly see updates to articles and snippets. I am thinking about adding another field to the cms named "Updates". This would be a collection of update objects that I could then loop through and style on the rendered output.
update {
date
content
}
I am also thinking about showing a link on each update to the commit hash.
The text was updated successfully, but these errors were encountered:
I want a way for the reader to clearly see updates to articles and snippets. I am thinking about adding another field to the cms named "Updates". This would be a collection of update objects that I could then loop through and style on the rendered output.
I am also thinking about showing a link on each update to the commit hash.
The text was updated successfully, but these errors were encountered: