Use the 'modules' category instead of blog.

This commit is contained in:
2021-04-17 01:09:44 -07:00
parent 94c285a2f1
commit b2a763556d
9 changed files with 57 additions and 73 deletions

View File

@@ -1,3 +1,3 @@
<div style="background-color: tomato; color: white; padding: 10px;">
<em>TODO: </em>{{ .Inner }}
<div style="border: 2px solid tomato; border-radius: 3px; margin-bottom: .5rem; color: tomato; padding: 10px;">
{{ partial "icon.html" "alert-triangle" }}<em>TODO: </em>{{ .Inner }}
</div>