diff options
| -rw-r--r-- | templates/barepost.html | 2 | ||||
| -rw-r--r-- | templates/blog.html | 1 | ||||
| -rw-r--r-- | templates/post.html | 2 | 
3 files changed, 2 insertions, 3 deletions
diff --git a/templates/barepost.html b/templates/barepost.html index 368adb6..4a7e2a3 100644 --- a/templates/barepost.html +++ b/templates/barepost.html @@ -1,5 +1,5 @@  <div class="bodyitem">      <a href="$url$"><h2> $title$ </h2></a> -    <p>Posted on $date$ | <a href="/posts/$name$.html#isso-thread">Comments</a> </p> +    <p>Posted on $date$</p>          $body$  </div> diff --git a/templates/blog.html b/templates/blog.html index 9bfa563..d4f8bcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -4,7 +4,6 @@          <meta charset="utf-8">          <title>Yuchen's Blog</title>          <link rel="stylesheet" href="../assets/css/default.css" /> -        <script src="/comments/js/count.min.js"></script>          <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>          <script src="../assets/js/analytics.js" type="text/javascript"></script>      </head> diff --git a/templates/post.html b/templates/post.html index 3209f4e..b873357 100644 --- a/templates/post.html +++ b/templates/post.html @@ -35,7 +35,7 @@          <div class="main">              <div class="bodyitem">                  <h2> $title$ </h2> -                <p>Posted on $date$</p> +                <p>Posted on $date$ | <a href="/my-uri.html#isso-thread">Comments</a> </p>                      $body$              </div>          <section id="isso-thread"></section>  | 
