Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ push: venv

.PHONY: clean
clean:
rm -rf venv index.html
rm -rf venv *.html

.SECONDARY:
4 changes: 2 additions & 2 deletions content/cookie_notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Below lists our **Cookie IDs** and **Purposes**:

**How do I control Cookies?**

You may also refuse to accept cookies from our Services at any time by activatin
the setting on your browser which allows you to refuse cookies. Further
You may also refuse to accept cookies from our Services at any time by activating
the setting on your browser which allows you to refuse cookies. Further
information about the procedure to follow in order to disable cookies can be
found on your Internet browser provider’s website via your help screen. For
additional guidance please visit the
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
markdown-code-blocks>=3.0.0
markdown-code-blocks>=3.0.0,<3.2
markdown-to-presentation>=0.0.12
Loading