morpheus

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

commit 139c272fd5c21a05c121522f1730ab32847a2056
parent 1cf2dd2ecb3c90cb615df6423d0dc9201c5f59bf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 15 Oct 2017 13:27:29 +0200

Fix blog.html and prepare ui package

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

Diffstat:
Mdocs/_includes/services.html | 1-
Mdocs/blog.html | 2+-
Aui/LoginUI.go | 1+
Aui/MainUI.go | 1+
4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/_includes/services.html b/docs/_includes/services.html @@ -61,6 +61,5 @@ </div> </div> </div> - </div> </section> diff --git a/docs/blog.html b/docs/blog.html @@ -2,7 +2,7 @@ layout: post title: "Blog" description: "A Clean Blog Theme by Start Bootstrap" -header-img: "{{ site.baseurl }}img/post-bg-01.jpg" +header-img: "img/post-bg-01.jpg" --- <div class="container-fluid index"> <div class="row index all-posts"> diff --git a/ui/LoginUI.go b/ui/LoginUI.go @@ -0,0 +1 @@ +package ui diff --git a/ui/MainUI.go b/ui/MainUI.go @@ -0,0 +1 @@ +package ui