From ff8d57304479fff84342ba8c1f78c85f8612ccad Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Fri, 26 Aug 2022 17:36:31 +0530 Subject: testing2 --- articles/artificial-software-level-lockdowns.md | 2 +- blogit | 2 +- 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; \ -- cgit v1.2.3