diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-07-06 13:34:45 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-07-06 13:34:45 +0000 | 
| commit | da98e1dee68e421bdd7cfcf332c43a1f94a43a30 (patch) | |
| tree | 792f70ee92e096d69d9989481a736ff3af0590c7 /static/about.html | |
| parent | was using node image for self-signed certificates (diff) | |
| parent | fix for atom (diff) | |
| download | blog-da98e1dee68e421bdd7cfcf332c43a1f94a43a30.tar.gz blog-da98e1dee68e421bdd7cfcf332c43a1f94a43a30.zip | |
Merge branch 'rss'
Diffstat (limited to 'static/about.html')
| -rw-r--r-- | static/about.html | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/static/about.html b/static/about.html index ad9ed10..a56ad24 100644 --- a/static/about.html +++ b/static/about.html @@ -18,6 +18,18 @@      <p>        You can find my github        <a href="https://github.com/terminaldweller">here</a> +      .      </p> +    <p> +      Also if the blog is broken please make a new issue +      <a href="https://github.com/terminaldweller/web">here</a> +      . +    </p> +    <br /> +    <br /> +    <hr /> +    <br /> +    <a href="/" class="left-footer">Home</a> +    <br />    </body>  </html> | 
