We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab43b3 commit 8a83160Copy full SHA for 8a83160
pages/Makefile
@@ -35,7 +35,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
35
36
## commands : Display available commands.
37
commands : Makefile
38
- @sed -n 's/^## //p' $<
+ @sed -n 's/^##//p' $<
39
40
## update : Update the shared files from the GitHub repo holding them.
41
# FIXME: need to create that repo.
0 commit comments