diff options
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 b50d922..59a33b6 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</h4> + <h4 class="post-title">$ stat -c "%s %w %z" \\ <br/> > $ARTICLE_FILE_SANITIZED</h4> <small>$ARTICLE_BYTES</small> <br/> <time>$ARTICLE_TIME</time> <br/> |