File tree Expand file tree Collapse file tree 2 files changed +158
-0
lines changed Expand file tree Collapse file tree 2 files changed +158
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ <h3>Installing the browser extension</h3>
147147 < a href ="https://addons.mozilla.org/firefox/addon/ruffle_rs " target ="_blank " rel ="nofollow " class ="store-badge ">
148148 < img src ="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
149149 </ a >
150+
151+ < a href ="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban " target ="_blank " rel ="nofollow " class ="store-badge ">
152+ < img src ="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
153+ </ a >
150154 </ div >
151155 < p >
152156 These update whenever new
@@ -213,6 +217,10 @@ <h2 id="downloads">Downloads</h2>
213217 < img src ="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
214218 </ a >
215219
220+ < a href ="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban " target ="_blank " rel ="nofollow " class ="store-badge ">
221+ < img src ="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
222+ </ a >
223+
216224 {% assign all_releases = site.github.releases | where_exp:"item", "item.draft == false" %}
217225 {% assign prerelease = all_releases | where_exp:"item", "item.prerelease == true" %}
218226 {% assign full_release = all_releases | where_exp:"item", "item.prerelease == false" %}
You can’t perform that action at this time.
0 commit comments