1
0
Update Tempalte
This commit is contained in:
Siroco 2020-10-23 02:00:17 +02:00
commit fad0010671
5 changed files with 11 additions and 6 deletions

View File

@ -1,4 +1,4 @@
baseURL = "http://api.beire.soinumapa.net"
baseURL = "https://public.audio-lab.org/beireapi"
languageCode = "es"
title = "Beire - Backend static API"
theme = "api-theme"

View File

@ -19,6 +19,8 @@ Un texto de contenido
"Unas comillas" y 'Otras comillas" y así hasta el inforínicos
..
#as0dfa0iasdf
> #as0dfa0iasdf
>
¿¡asd¡'¡'asdf¡'ads

View File

@ -13,3 +13,6 @@ Bien largo
* otra
* y otro
* y otro más
* y otro más mucho más largo
* Otro más largo
* Beirejxs

View File

@ -1,6 +1,6 @@
{{ define "main" }}
<h1>Hugo API Service</h1>
<h2>Developed for render content on Angular</h2>
<h1>API Service</h1>
<h2>Descarga del contenido para mostrar la web del proyecto Landarte Beire 2020</h2>
<ul>
<li><a href="{{.Site.BaseURL}}items/index.json">Items</a></li>
<li><a href="{{.Site.BaseURL}}pages/index.json">Pages</a></li>

View File

@ -1,2 +1,2 @@
{{ $style := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href={{ $style.RelPermalink }} integrity="{{ $style.Data.Integrity }}">
<link rel="stylesheet" href={{ $style.Permalink }} integrity="{{ $style.Data.Integrity }}">