mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-05 22:03:30 -06:00
relparmalinks
This commit is contained in:
parent
1c66998347
commit
0e0b76855f
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
baseURL = 'https://tavo.one/'
|
||||
baseURL = 'https://blog.tavo.one/'
|
||||
languageCode = 'es'
|
||||
title = 'Blog de Tavo'
|
||||
theme = 'blog'
|
||||
|
|
|
@ -5,5 +5,5 @@ title: Acerca de tavo.one
|
|||
"I... a universe of atoms, an atom in the universe" 🌠
|
||||
|
||||
- Email: [tavo@tavo.one](mailto:tavo@tavo.one)
|
||||
- PGP: [tavo@tavo.one.asc](https://tavo.one/pgp.txt)
|
||||
- RSS: [index.xml](https://tavo.one/index.xml)
|
||||
- PGP: [tavo@tavo.one.asc](https://blog.tavo.one/pgp.txt)
|
||||
- RSS: [index.xml](https://blog.tavo.one/index.xml)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<!-- Ranges through content/posts/*.md -->
|
||||
{{ range .Pages }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Date.Format "2006-01-02" }} | {{ .Title }}</a>
|
||||
<a href="{{ .RelPermalink }}">{{ .Date.Format "2006-01-02" }} | {{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="image-grid">
|
||||
{{ range sort .Data.Pages "Date" "desc" }}
|
||||
{{ if and (isset .Params "image") .Params.image }}
|
||||
<a href="{{ .Permalink }}" title="{{ .Title }}">
|
||||
<a href="{{ .RelPermalink }}" title="{{ .Title }}">
|
||||
{{ $image := .Page.Resources.GetMatch .Params.image }}
|
||||
{{ with $image }}
|
||||
{{ $thumb := .Resize "600x" }}
|
||||
|
|
Loading…
Reference in a new issue