aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-03-28 13:27:43 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-03-28 13:27:43 +0200
commit0f8c8d3354e28c53f47cedfe3595f20f0b9300bd (patch)
treecac50de0ea0d1b88c6510b5216b135d3fd02a0f9
parentae667162b8b0f4146d10e393e78db2a602d6c8a8 (diff)
downloadmuhqs-game-0f8c8d3354e28c53f47cedfe3595f20f0b9300bd.tar.gz
muhqs-game-0f8c8d3354e28c53f47cedfe3595f20f0b9300bd.zip
only the set headline as link in card listings
-rw-r--r--html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile
index 8a372ba1..f86a82cf 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -80,7 +80,7 @@ $(1)/cards_listing.md: $(CARDS_YAML) $(GENERATE_CARD) $(MAKEFILE_LIST)
@if test \( ! \( -d $$(@D) \) \) ;then mkdir -p $$(@D);fi
$(VERBOSE) echo -e "% Cards" > $$@
$(VERBOSE) for set in $(SETS); \
- do echo -e "\n## $$$$set <span style=\"font-size: 20px;\">[[pdf](../cards/$(2)/$$$$set.pdf)]</span>" >> $$@; \
+ do echo -e "\n## [$$$$set](../cards/$(2)/$$$$set.pdf)" >> $$@; \
for card in $(CARDS_YML_DIR)/$$$$set/*.yml; \
do echo "" >> $$@; \
$(GENERATE_CARD) $(GENERATE_CARD_ARGS) --language=$(2) $$$$card >> $$@; \