Skip to content

Commit

Permalink
Website updated
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed Mar 26, 2021
1 parent e811f5a commit b354bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

<div class="wrapper">
<center> <a href="/"><div class="site-title"> {{site.title}} </div></a></center>
<center> <a href="{{site.baseurl}}"><div class="site-title"> {{site.title}} </div></a></center>
</div>
<div class="wrapper site-description">
<center> {{site.description}} </center>
</div>
<div class="wrapper">
<div class="trigger site-navigation">
<a class="page-link" href="/">HOME</a>
<a class="page-link" href="{{site.baseurl}}">HOME</a>

{% for sitePage in site.pages %}
{% if sitePage.title %}
Expand Down
2 changes: 1 addition & 1 deletion website/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permalink: /download/
<ol>
<li><p>Open the Extension Manager by following: <pre>Kebab menu(⋮) -> More Tools -> Extensions</pre></p></li>
<li><p>If the developer mode is not turned on, turn it on by clicking the toggle in the top right corner</p></li>
<li><p>Download the extension file from <a id="downloadButton" download href="/medium-unlimited/medium-unlimited-1.7.0.zip">here</a>.</p></li>
<li><p>Download the extension file from <a id="downloadButton" download href="/medium-unlimited/medium-unlimited-1.8.0.zip">here</a>.</p></li>
<li><p>Extract the downloaded .zip file and note the extracted path</p></li>
<li><p>Now click on <strong>Load unpacked</strong> button on the top left and select the extracted folder</p></li>
<li><p>You are all-set now, head over to <a href="https://medium.com">medium.com</a> and enjoy the articles!</p></li>
Expand Down

0 comments on commit b354bba

Please sign in to comment.