mirror of
https://gitea.invidious.io/iv-org/invidious.io.git
synced 2024-08-15 00:53:27 +00:00
Add a WIP message and remove the blog link
This commit is contained in:
parent
c70ea7689f
commit
6225ea00e8
2 changed files with 5 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
||||||
url = "https://docs.invidious.io/"
|
url = "https://docs.invidious.io/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Blog"
|
# name = "Blog"
|
||||||
url = "/blog/"
|
# url = "/blog/"
|
||||||
weight = 20
|
# weight = 20
|
||||||
|
|
||||||
[[social]]
|
[[social]]
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<section class="section container-fluid mt-n3 pb-3">
|
<section class="section container-fluid mt-n3 pb-3">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
|
<p class="col-lg-12 text-center">Website Work in Progress</p>
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h1><img src="invidious-colored-vector.svg" width="192" height="192" alt="Invidious logo"></h1>
|
<h1><img src="invidious-colored-vector.svg" width="192" height="192" alt="Invidious logo"></h1>
|
||||||
<h1 class="mt-0">{{ .Title }}</h1>
|
<h1 class="mt-0">{{ .Title }}</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue