morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit c4f77b3f3a94569d4396d1f30e99c4dc8cbb3bb0
parent 53e9ed67f5931d98b7d7dc54f32c6110651411df
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 12:40:53 +0200

Fix more github.io {{ site.baseurl }} tags

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
Mdocs/_includes/aside.html | 6+++---
Mdocs/_includes/call-to-action.html | 4++--
Mdocs/_includes/header-funds.html | 2+-
Mdocs/_includes/header.html | 2+-
Mdocs/_includes/nav-blog-full-screen.html | 6+++---
Mdocs/_includes/nav-blog.html | 8++++----
Mdocs/_includes/nav-funds.html | 6+++---
Mdocs/_includes/nav.html | 4++--
Mdocs/_includes/portfolio-funds.html | 12++++++------
Mdocs/_includes/portfolio.html | 12++++++------
Mdocs/_includes/scripts.html | 14+++++++-------
Mdocs/_includes/services-funds.html | 2+-
Mdocs/_includes/services.html | 2+-
Mdocs/_layouts/front.html | 1-
14 files changed, 40 insertions(+), 41 deletions(-)

diff --git a/docs/_includes/aside.html b/docs/_includes/aside.html @@ -1,9 +1,9 @@ <section class="cta"> <div class="cta-content"> - <div class="container"> + <!-- <div class="container"> <h2>Help it. By<br>little actions.</h2> - <a href="/funds" class="btn btn-outline btn-xl page-scroll">How I can?!</a> - </div> + <a href="{{ site.baseurl }}/funds" class="btn btn-outline btn-xl page-scroll">How I can?!</a> + </div> --> </div> <div class="overlay"></div> </section> diff --git a/docs/_includes/call-to-action.html b/docs/_includes/call-to-action.html @@ -5,8 +5,8 @@ <h2 class="section-heading">Discover what all the buzz is about!</h2> <p>Our app is available on any mobile device! Download now to get started!</p> <div class="badges"> - <a class="badge-link" href="#"><img src="/img/google-play-badge.svg" alt=""></a> - <a class="badge-link" href="#"><img src="/img/app-store-badge.svg" alt=""></a> + <a class="badge-link" href="#"><img src="{{ site.baseurl }}/img/google-play-badge.svg" alt=""></a> + <a class="badge-link" href="#"><img src="{{ site.baseurl }}/img/app-store-badge.svg" alt=""></a> </div> </div> </div> diff --git a/docs/_includes/header-funds.html b/docs/_includes/header-funds.html @@ -15,7 +15,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="/img/demo-screen-1.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> diff --git a/docs/_includes/header.html b/docs/_includes/header.html @@ -15,7 +15,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="/img/demo-screen-1.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> diff --git a/docs/_includes/nav-blog-full-screen.html b/docs/_includes/nav-blog-full-screen.html @@ -7,12 +7,12 @@ <div> <div> <ul> - <li><a href="/">Blog</a></li> + <li><a href="{{ site.baseurl }}/">Blog</a></li> <li> - <a href="/">Home</a> + <a href="{{ site.baseurl }}/">Home</a> </li> <li> - <a class="page-scroll" href="/blog/">Blog</a> + <a class="page-scroll" href="{{ site.baseurl }}/blog/">Blog</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> diff --git a/docs/_includes/nav-blog.html b/docs/_includes/nav-blog.html @@ -5,20 +5,20 @@ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> - <a class="navbar-brand page-scroll" href="/">Jeky New Age</a> + <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">Jeky New Age</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> - <a href="/">Home</a> + <a href="{{ site.baseurl }}/">Home</a> </li> <li> - <a class="page-scroll" href="/funds">Help the project</a> + <a class="page-scroll" href="{{ site.baseurl }}/funds">Help the project</a> </li> <li> - <a class="page-scroll" href="/blog/">Blog</a> + <a class="page-scroll" href="{{ site.baseurl }}/blog/">Blog</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> diff --git a/docs/_includes/nav-funds.html b/docs/_includes/nav-funds.html @@ -5,14 +5,14 @@ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> - <a class="navbar-brand page-scroll" href="/">Jeky New Age</a> + <a class="navbar-brand page-scroll" href="{{ site.baseurl }}/">Jeky New Age</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> - <a href="/">Home</a> + <a href="{{ site.baseurl }}/">Home</a> </li> <li> <a class="page-scroll" href="#download">What</a> @@ -30,7 +30,7 @@ <a class="page-scroll" href="#contact">Contact</a> </li> <li> - <a href="/blog/">Blog</a> + <a href="{{ site.baseurl }}/blog/">Blog</a> </li> </ul> </div> diff --git a/docs/_includes/nav.html b/docs/_includes/nav.html @@ -12,7 +12,7 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> - <a class="page-scroll" href="/funds">Help the project</a> + <a class="page-scroll" href="{{ site.baseurl }}/funds">Help the project</a> </li> <li> <a class="page-scroll" href="#download">Download</a> @@ -30,7 +30,7 @@ <a class="page-scroll" href="#contact">Contact</a> </li> <li> - <a href="/blog/">Blog</a> + <a href="{{ site.baseurl }}/blog/">Blog</a> </li> </ul> </div> diff --git a/docs/_includes/portfolio-funds.html b/docs/_includes/portfolio-funds.html @@ -29,7 +29,7 @@ <div class="row no-gutter"> <div class="col-lg-4 col-sm-6"> <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fjekynewage.github.io/funds/%2F&amp;src=sdkpreparse" class="portfolio-box"> - <img src="/img/portfolio/facebook.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/facebook.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -44,7 +44,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a target="_blank" href="https://twitter.com/home?status=Hey!%20Please%20help%20%40lantoniotrento%20grow%20his%20jekyll%20theme%20by%20share%20https%3A//jekynewage.github.io/funds/%20%23jekyll%20%23github%20%23webmarketing" class="portfolio-box"> - <img src="/img/portfolio/twitter.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/twitter.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -60,7 +60,7 @@ <div class="col-lg-4 col-sm-6"> <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=https://jekynewage.github.io/funds/&title=JekyNewAge%20Bootstrap%20Jekyll &summary=Hey%20Please%20help%20%40lantoniotrento%20grow%20his%20jekyll%20theme%20by%20share%20it&source=LinkedIn" class="portfolio-box"> - <img src="/img/portfolio/linkedin.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/linkedin.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -75,7 +75,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a target="_blank" href="https://plus.google.com/share?url=https://jekynewage.github.io/funds/" class="portfolio-box"> - <img src="/img/portfolio/google.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/google.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -90,7 +90,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a target="_blank" href="https://www.pinterest.com/pin/create/button/?url=https%3A//catsonweb.github.io&media=https%3A//jekynewage.github.io/img/demo-screen-1.jpg&description=Hey%20Have%20a%20look%20at%20the%20jekynewage%20theme%20built%20for%20Jekyll%20by%20%40antoniotrento%20https%3A//jekynewage.github.io" class="portfolio-box"> - <img src="/img/portfolio/pinterest.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/pinterest.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -105,7 +105,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a target="_blank" href="whatsapp://send?text=Hey check out this jekyll theme http://jekynewage.github.io" class="portfolio-box"> - <img src="/img/portfolio/whatsapp.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/whatsapp.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> diff --git a/docs/_includes/portfolio.html b/docs/_includes/portfolio.html @@ -27,7 +27,7 @@ <div class="row no-gutter"> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/1.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/1.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -42,7 +42,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/2.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/2.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -57,7 +57,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/3.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/3.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -72,7 +72,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/4.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/4.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -87,7 +87,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/5.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/5.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> @@ -102,7 +102,7 @@ </div> <div class="col-lg-4 col-sm-6"> <a href="#" class="portfolio-box"> - <img src="/img/portfolio/6.jpg" class="img-responsive" alt=""> + <img src="{{ site.baseurl }}/img/portfolio/6.jpg" class="img-responsive" alt=""> <div class="portfolio-box-caption"> <div class="portfolio-box-caption-content"> <div class="project-category text-faded"> diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html @@ -1,28 +1,28 @@ <!-- jQuery --> -<script src="/js/jquery.js"></script> +<script src="{{ site.baseurl }}/js/jquery.js"></script> <!-- Bootstrap Core JavaScript <script src="js/bootstrap.min.js"></script> --> <!-- Plugin JavaScript --> -<script src="/js/jquery.easing.min.js"></script> -<script src="/js/jquery.fittext.js"></script> -<script src="/js/wow.min.js"></script> +<script src="{{ site.baseurl }}/js/jquery.easing.min.js"></script> +<script src="{{ site.baseurl }}/js/jquery.fittext.js"></script> +<script src="{{ site.baseurl }}/js/wow.min.js"></script> <!-- Custom Theme JavaScript --> -<script src="/js/creative.js"></script> +<script src="{{ site.baseurl }}/js/creative.js"></script> <!-- jQuery <script src="/vendor/jquery/jquery.min.js"></script> --> <!-- Bootstrap Core JavaScript --> -<script src="/vendor/bootstrap/js/bootstrap.min.js"></script> +<script src="{{ site.baseurl }}/vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Theme JavaScript --> -<script src="/js/new-age.min.js"></script> +<script src="{{ site.baseurl }}/js/new-age.min.js"></script> {% if site.google_analytics %} <script type="text/javascript"> diff --git a/docs/_includes/services-funds.html b/docs/_includes/services-funds.html @@ -17,7 +17,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> + <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> </div> diff --git a/docs/_includes/services.html b/docs/_includes/services.html @@ -17,7 +17,7 @@ <div class="device"> <div class="screen"> <!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! --> - <img src="/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> + <img src="{{ site.baseurl }}/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div> <div class="button"> <!-- You can hook the "home button" to some JavaScript events or just remove it --> </div> diff --git a/docs/_layouts/front.html b/docs/_layouts/front.html @@ -11,7 +11,6 @@ {% include portfolio.html %} {% include feature.html %} {% include quote.html %} - {% include aside.html %} {% include contact.html %} {% include scripts.html %} </body>