diff options
Diffstat (limited to 'views/partials/metadata.ejs')
| -rw-r--r-- | views/partials/metadata.ejs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/partials/metadata.ejs b/views/partials/metadata.ejs new file mode 100644 index 0000000..956ec18 --- /dev/null +++ b/views/partials/metadata.ejs @@ -0,0 +1,8 @@ +<script type="text/html" class="metadata_template"> + Posted by {{ username }} + on {{ date }} {{ time }} + · + Last active {{ active }} + · + {{ views }} +</script> |
