~animesh/anmsh.net

cc27ada06e42ce93c924740fcde50b3de4a901a5 — Animesh Bulusu 5 months ago e1f5c5b
Update contact
4 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M content/about/contents.lr
M templates/landing.html
M templates/macros/post.html
M README.md => README.md +1 -1
@@ 17,4 17,4 @@

## Comments

<a href="mailto:go401ncj@duck.com?subject=Hello!">Send an email.</a>
\ No newline at end of file
<a href="mailto:anmsh@duck.com?subject=Hello!">Send an email.</a>
\ No newline at end of file

M content/about/contents.lr => content/about/contents.lr +1 -1
@@ 14,6 14,6 @@ Some principles &mdash; Habits and discipline. Karma and kaizen. Everything is a

**The blog** &mdash; This blog is a learning log. It is built with [Lektor](https://www.getlektor.com/) and SourceHut, and self-hosted on [Vultr](https://www.vultr.com). It has zero tracking and analytics, auto night mode, loads fast enough, 100 on pagespeed. Site style is inspired by the class-less CSS framework [SimpleCSS](https://simplecss.org/) by [Kevin Quirk](https://kevquirk.com/).

**Comments?** <a href="mailto:go401ncj@duck.com?subject=Hello!">Send an email.</a>
**Comments?** <a href="mailto:anmsh@duck.com?subject=Hello!">Send an email.</a>

**License** &mdash; The content for this site is covered by [CC-BY-SA](http://creativecommons.org/licenses/by-sa/4.0/). The [code for this site](https://git.sr.ht/~animesh/anmsh.net) is covered by [MIT](https://opensource.org/licenses/MIT). Views expressed on this site are my own.

M templates/landing.html => templates/landing.html +1 -1
@@ 13,7 13,7 @@
            <h2>{{this.greeting}}</h2>
            <p>{{this.landing}}</p>
            <p>Find me &mdash;
                <a href="mailto:go401ncj@duck.com?subject=Hello!">email</a>
                <a href="mailto:anmsh@duck.com?subject=Hello!">email</a>
                &middot; <a href="{{'/@atom/main'|url}}" target="_blank" rel="noopener noreferrer">feed</a>
                &middot; <a href="https://flickr.com/photos/kriani/" target="_blank"
                    rel="noopener noreferrer">flickr</a>

M templates/macros/post.html => templates/macros/post.html +1 -1
@@ 59,7 59,7 @@
            </ul>
        </div>
        {%endif%}
        <div>Comments? <a href="mailto:go401ncj@duck.com?subject=RE: {{post.title}}&body=( On https://{{post.parent.site}}{{post|url}} ) %0D%0A%0D%0AHello!%0D%0A_">Send an email.</a></div>
        <div>Comments? <a href="mailto:anmsh@duck.com?subject=RE: {{post.title}}&body=( On https://{{post.parent.site}}{{post|url}} ) %0D%0A%0D%0AHello!%0D%0A_">Send an email.</a></div>
    </div>
</article>
{% if post.get_siblings() %}