diff options
author | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
commit | 9f5162371323562623bae42b0476bd8b9a4a5e92 (patch) | |
tree | 9375011fbff065938b1878cbf5198247a8a0dbbf /pages/article.sh | |
parent | 381bff129b70471e86e99a2d6b6a7e090f13287e (diff) | |
download | blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2 blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip |
Add more HTML metadata, re-format some text
Diffstat (limited to 'pages/article.sh')
-rwxr-xr-x | pages/article.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/article.sh b/pages/article.sh index 59a33b6..3cb5ab7 100755 --- a/pages/article.sh +++ b/pages/article.sh @@ -14,7 +14,7 @@ cat <<ARTICLE <article class="container"> <section> <div class="post-header"> - <h4 class="post-title">$ stat -c "%s %w %z" \\ <br/> > $ARTICLE_FILE_SANITIZED</h4> + <h4 class="post-title">$ARTICLE_FILE</h4> <small>$ARTICLE_BYTES</small> <br/> <time>$ARTICLE_TIME</time> <br/> |