mirror of
https://github.com/iv-org/invidious.io.git
synced 2025-03-04 03:59:16 -05:00
Fix some stuff
This commit is contained in:
parent
fc4e03f3be
commit
5440241268
@ -1,2 +1,2 @@
|
|||||||
baseurl = "https://doks-child-theme-next.netlify.app/"
|
baseurl = "https://invidious.io/"
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
baseurl = "https://doks-child-theme.netlify.app/"
|
baseurl = "https://invidious.io/"
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title : "Modern Documentation Theme"
|
title : "Invidious"
|
||||||
description: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
|
description: "Invidious is an open source alternative front-end to YouTube."
|
||||||
lead: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
|
lead: "Invidious is an open source alternative front-end to YouTube."
|
||||||
date: 2020-10-06T08:47:36+00:00
|
date: 2020-10-06T08:47:36+00:00
|
||||||
lastmod: 2020-10-06T08:47:36+00:00
|
lastmod: 2020-10-06T08:47:36+00:00
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<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">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h1 class="mt-0">Invidious</h1>
|
<h1 class="mt-0">{{ .Title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-9 col-xl-8 text-center">
|
<div class="col-lg-9 col-xl-8 text-center">
|
||||||
<p class="lead">Invidious is an alternative front-end to YouTube </p>
|
<p class="lead">{{ .Params.lead | safeHTML }}</p>
|
||||||
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "https://instances.invidious.io/" | relURL }}" role="button">Using Invidious</a>
|
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "https://instances.invidious.io/" | relURL }}" role="button">Using Invidious</a>
|
||||||
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "https://docs.invidious.io/Installation.md" | relURL }}" role="button">Hosting Invidious</a>
|
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "https://docs.invidious.io/Installation.md" | relURL }}" role="button">Hosting Invidious</a>
|
||||||
<p class="meta">Open-source AGPL-V3 Licensed. <a href="https://github.com/iv-org/invidious">GitHub</a></p>
|
<p class="meta">Open-source AGPL-V3 Licensed. <a href="https://github.com/iv-org/invidious">GitHub</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user