1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #84 from jackmiras/master

Fixing the problem with the installation of the Solarized Dark theme
This commit is contained in:
Mayccoll 2017-08-21 15:56:30 -05:00 committed by GitHub
commit 18281c4a83

View File

@ -417,7 +417,7 @@
<li class="mix dark bg-blue"> <li class="mix dark bg-blue">
<h3> Solarized Dark </h3> <h3> Solarized Dark </h3>
<div class="code-wrap"> <div class="code-wrap">
<pre><code class=language-bash id="solarized-dark">wget -O xt http://git.io/v3DBQ && chmod +x xt && ./xt && rm xt</code></pre> <pre><code class=language-bash id="solarized-dark">wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#solarized-dark"> <span class="btn-copy" data-clipboard-target="#solarized-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard"> <img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span> </span>
@ -559,7 +559,7 @@
credits: credits:
<a target=_blank href="https://mixitup.kunkalabs.com/"> Mixitup </a> <a target=_blank href="https://mixitup.kunkalabs.com/"> Mixitup </a>
- <a target=_blank href="http://codyhouse.co/gem/content-filter/"> Codyhouse </a> - <a target=_blank href="http://codyhouse.co/gem/content-filter/"> Codyhouse </a>
- <a target=_blank href="https://clipboardjs.com/"> Clipboardjs </a> - <a target=_blank href="https://clipboardjs.com/"> Clipboardjs </a>
put it all together : <a href=http://lanet.co>Lanet.co</a> put it all together : <a href=http://lanet.co>Lanet.co</a>
</footer> </footer>
<script src=./components/jquery/jquery.min.js></script> <script src=./components/jquery/jquery.min.js></script>