Skip to content

Commit

Permalink
📝 Docs: Fixed announcement bar link.
Browse files Browse the repository at this point in the history
- 🐛 Setup: Fixed syntax bug.
  • Loading branch information
abhiTronix committed Nov 30, 2021
1 parent add55a8 commit 0cb52d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% endblock %}
{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
{% set announcement_link = config.site_url ~ 'installation/pip_install/#Installation' %}
{% set announcement_link = config.site_url ~ '/installation/pip_install/#Installation' %}

<b>Installation command has been changed in <code>v0.2.4</code>. More information can be found <a href="{{ announcement_link }}">here ➶</a></b>
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def latest_version(package_name):
"streamlink",
"pyzmq{}".format(latest_version("pyzmq")),
"Pillow",
"pafy"
"pafy",
"simplejpeg{}".format(latest_version("simplejpeg")),
"mss{}".format(latest_version("mss")),
"pyscreenshot{}".format(latest_version("pyscreenshot")),
Expand Down

0 comments on commit 0cb52d1

Please sign in to comment.