mirror of
https://gitea.invidious.io/iv-org/invidious.io.git
synced 2024-08-15 00:53:27 +00:00
Fix some stuff
This commit is contained in:
parent
fc4e03f3be
commit
5440241268
4 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
baseurl = "https://doks-child-theme-next.netlify.app/"
|
||||
baseurl = "https://invidious.io/"
|
||||
canonifyURLs = true
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
baseurl = "https://doks-child-theme.netlify.app/"
|
||||
baseurl = "https://invidious.io/"
|
||||
canonifyURLs = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title : "Modern Documentation Theme"
|
||||
description: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
|
||||
lead: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
|
||||
title : "Invidious"
|
||||
description: "Invidious is an open source alternative front-end to YouTube."
|
||||
lead: "Invidious is an open source alternative front-end to YouTube."
|
||||
date: 2020-10-06T08:47:36+00:00
|
||||
lastmod: 2020-10-06T08:47:36+00:00
|
||||
draft: false
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<section class="section container-fluid mt-n3 pb-3">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h1 class="mt-0">Invidious</h1>
|
||||
<h1 class="mt-0">{{ .Title }}</h1>
|
||||
</div>
|
||||
<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://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>
|
||||
|
|
Loading…
Reference in a new issue