summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
blob: f1bfa52e934dc0395315af2ecfda649ab06a0e44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="container">
    <div class="content has-text-centered">
        <p>
        Site last updated {{ "now" | date: "%A, %b %e, %Y" }}
        </p>
        <p>
        See a problem? 
        <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!">
            Tell me so I can fix it
        </a>
        or
        <a href="https://git.53hor.net/?p=cobalt-site.git;a=summary">
            fix it yourself!
        </a>
        </p>
        <p>
        Built using 
        <a href="https://cobalt-org.github.io/">
            Cobalt.rs
        </a>
        , 
        <a href="https://bulma.io">
            Bulma.io
        </a>
        ,
        <a href="https://daneden.github.io/animate.css/">
            Animate.css
        </a>
        , and self-hosted with 
        <a href="https://nginx.org/">
            NGINX
        </a>
        </p>
    </div>
</div>