~jelle/blog

0bec7c281c6d5b982861c59fe4ea0bc6fb5abf81 — Jelle Hermsen 8 months ago f7f3a6a
Minor accessibility improvements. Updated Makefile
2 files changed, 2 insertions(+), 3 deletions(-)

M Makefile
M template/footer.html
M Makefile => Makefile +0 -1
@@ 2,4 2,3 @@ run:; cd website/; php -S 127.0.0.1:8000
build-test:; cp config.dev config; hasclunk build
build-live:; cp config.live config; hasclunk build
upload:build-live; cp assets/favicon.ico website/favicon.ico; cp htaccess website/.htaccess; rsync -avh --delete website/ jelle@ma.sdf.org:html/
upload-meta4:build-live; cat redirect.php website/index.html > website/index.php; rm website/index.html; rsync -avh --delete website/ jelle@mab.sdf.org:/meta/www/j/jelle/

M template/footer.html => template/footer.html +2 -2
@@ 1,13 1,13 @@
    </main>
    <footer class="bottom">
        <div class="copyright">
            <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="/assets/cc-by-sa.png" /></a>
            <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License BY SA 4.0" style="border-width:0" src="/assets/cc-by-sa.png" /></a>
        </div>
        <div class="generated">
            Weblog generated by
            <a href="https://git.sr.ht/~jelle/HasClunk">HasClunk</a> (<a href="https://git.sr.ht/~jelle/blog/">source code</a>)
        </div>
        <a href="https://sdf.org" alt="Powered by SDF"><img src="{base_url}assets/sdfbanner.png"/></a>
        <a href="https://sdf.org"><img src="{base_url}assets/sdfbanner.png" alt="Powered by SDF" /></a>
    </footer>
</body>
</html>