diff options
Diffstat (limited to 'layouts/_default/index.html')
-rw-r--r-- | layouts/_default/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 9dc6df3..fcdcb25 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -29,6 +29,7 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we <a href="/blog/">» Go to blog</a></p> {{ partial "partials/homepage/bsd.html" . }} + {{ partial "partials/homepage/emacs.html" . }} <h2>Sections</h2> @@ -36,7 +37,7 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we <P><a class="sec-link" href="/blog/"><b>Blog</b>: my shorter publications withount any theme. You can treat it as E/N site.</a> </p> <P><a class="sec-link" href="/articles/"><b>Articles</b>: longer publications that don't fit blog or any other category.</a> </p> - <P><a class="sec-link" href="/emacs/"><b>C-X Emacs</b>: this is my Emacs. There are many like it, but this one is mine. My Emacs is my best friend. It is my life.</a> </p> + <P><a class="sec-link" href="/star-trek/"><b>Star Trek fan site</b>: my little shrine to the greatest american Sci-Fi that has ever graced our screens.</a> </p> <P><a class="sec-link" href="/funnies/"><b>Funnies</b>: A small, curated collection of things I found funny or ammusing.</a> </p> <p><a class="sec-link" href="/git/"><b>Version control system</b> : My little code repository. I don't expect to cooporate on any of those, so it's just stagit.</a></p> |