website

My personal website
git clone git://git.ckyln.com/website
Log | Files | Refs

commit 66c2ed34ff423d5c950a82fee2e374c8c5ed7d9d
parent 3d11af4bb554ca58dc7d40613d855708fa3bf8cb
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  5 Jul 2022 15:55:39 +0300

build: don't bother with updating copyright years

Just using the current year when building the site is much simpler.

Diffstat:
Mbuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build b/build @@ -1,7 +1,7 @@ #!/bin/sh subtitle=" | Cem's Website" -copyright="2019-2021 Cem Keylan" +copyright="2019-$(date +%Y) Cem Keylan" hr() { # Shell function to create 80 dash characters on a file without actually