summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--articles/artificial-software-level-lockdowns.md2
-rwxr-xr-xblogit2
2 files changed, 2 insertions, 2 deletions
diff --git a/articles/artificial-software-level-lockdowns.md b/articles/artificial-software-level-lockdowns.md
index 0e3efe9..63238d5 100644
--- a/articles/artificial-software-level-lockdowns.md
+++ b/articles/artificial-software-level-lockdowns.md
@@ -1,4 +1,4 @@
-Artificial software-level lockdowns
+Artificial software-level lockdown
While we are fighting for the right to repair, we are also facing another problem. The software-level lockdowns are also enforced by the manufacturers artificially which also progresses the planned obsolesence of their devices. Such a serious issue is not heavily looked after by the consumers compared to planned obsolesence through irrepairable devices, which can also affect us in the similar manner.
diff --git a/blogit b/blogit
index c1063d1..346ceaa 100755
--- a/blogit
+++ b/blogit
@@ -136,7 +136,7 @@ blog/@%.html: $(TAGFILES) $(addprefix templates/,$(addsuffix .html,header tag_in
blog/%.html: $(BLOG_SRC)/%.md $(addprefix templates/,$(addsuffix .html,header article_header article_footer footer))
mkdir -p blog
- TITLE=" $(BLOG_TITLE) - $(shell head -n1 $<)"; \
+ TITLE="$(shell head -n1 $<)"; \
export TITLE; \
AUTHOR="$(shell git log -n 1 --reverse --format="%an" -- "$<")"; \
export AUTHOR; \