morpheus

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

commit 2ffbaef92d9d012dd0c862f35de40ba23cc2caa7
parent 35c432c9370e7e6897133a7e3a876adbad3c7382
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 12:45:53 +0200

Disable portfolio page as I don't want any money (currently)

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

Diffstat:
Mdocs/_layouts/front.html | 1-
Mdocs/_layouts/funds.html | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/docs/_layouts/front.html b/docs/_layouts/front.html @@ -8,7 +8,6 @@ {% include header.html %} {% include call-to-action.html %} {% include services.html %} - {% include portfolio.html %} {% include feature.html %} {% include quote.html %} {% include contact.html %} diff --git a/docs/_layouts/funds.html b/docs/_layouts/funds.html @@ -8,7 +8,6 @@ {% include header-funds.html %} {% include call-to-action-funds.html %} {% include feature-funds.html %} - {% include portfolio-funds.html %} {% include services-funds.html %} {% include aside-funds.html %} {% include contact.html %}