diff options
author | Mike Gerwitz <mtg@gnu.org> | 2017-04-09 00:51:17 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2017-04-09 00:51:17 -0400 |
commit | f6c2a1e255c8b4b11756c2b1415f45de9c2d0f83 (patch) | |
tree | 7475f9c6eee686b63c3154c644aba3e60c973e85 /Makefile | |
parent | 91d6d46702c4a2a4a4a706a0245370e4bf43bd47 (diff) | |
download | thoughts-f6c2a1e255c8b4b11756c2b1415f45de9c2d0f83.tar.gz thoughts-f6c2a1e255c8b4b11756c2b1415f45de9c2d0f83.tar.bz2 thoughts-f6c2a1e255c8b4b11756c2b1415f45de9c2d0f83.zip |
:s/&/+ in subtitle
My hacking and activism is inseparable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ repo_commit_url := '$(repo_url)/commit/%s' # configured repo2html command repo2html := repo2html \ -t 'Mike Gerwitz' \ - -d 'Free Software Hacker & Activist' \ + -d 'Free Software Hacker+Activist' \ -c 'Mike Gerwitz' \ -l 'This content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.' \ -C '/style.css' \ |