diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 16:11:06 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 16:11:06 +0100 |
| commit | b4f9be57d3afbe19970bb268ecb6723cd80e703e (patch) | |
| tree | 9cc614a387e6811ac8bcd180e774f58f3878c194 /http/share/components | |
| parent | 3ecf19cb8aa3661cffbb1ce3e4380807612c446c (diff) | |
http: builds blogs from gemlogs
Diffstat (limited to 'http/share/components')
| -rw-r--r-- | http/share/components/formatted_date.upphtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/http/share/components/formatted_date.upphtml b/http/share/components/formatted_date.upphtml new file mode 100644 index 0000000..ba86181 --- /dev/null +++ b/http/share/components/formatted_date.upphtml @@ -0,0 +1,4 @@ +#! +FORMATTED_DATE="$(date --date "${DATE}" +'%A %-d %B %Y')" +echo "<time datetime='${DATE}' class='${CLASS}' ${ATTRIBUTES}>${FORMATTED_DATE}</time>" +#! |
