philips@ctrl-c.club
May 11 - 2015 at 14h
met actual people

And that is it! I met actual people. I met ~caasi. I actually had read his little blog/page yesterday but I forgot this (I'm not very good with names). He also knows the Ludum Dare which is awesome!

Besides these super duper cool facts, I made a little update on bake. You see this little π overthere? It's a permalink. It's really easy to use, as you can see in the following code (it's my new template).

<!doctype HTML>

<html>
    <head>
        <meta charset="utf-8" />
        <title>Philips Personal Homepage</title>
        <style type="text/css">
            @import url(css/blog.css);
        </style>
    </head>

    <body>
        <div class="bar">
            ~philips
        </div>

        <div class="page">
            {
            <div class="space"></div>
            <div class="post" id="{postid}">
                <div class="content">
                    <a class="permalink" title="Permanent link to the {posttitle} post." href="{permalink}">Π</a>
                    <div class="date">{postdate}</div>
                    <div class="title">{posttitle}</div>
                    {posttext}
                </div>
            </div>
            }
        </div>
    </body>
</html>