Update posts to blog

This commit is contained in:
Miguel de la Cruz 2024-01-08 09:12:22 +01:00
parent 5f843dbeef
commit 3307377c99
7 changed files with 7 additions and 7 deletions

View file

@ -11,8 +11,8 @@ menus:
- name: Inicio
pageRef: '/'
weight: 10
- name: Posts
pageRef: '/posts'
- name: Blog
pageRef: '/blog'
weight: 20
params:

View file

@ -1,5 +1,5 @@
+++
title = 'Posts'
title = 'Blog'
date = 2023-01-01T08:30:00-07:00
draft = false
+++

View file

@ -8,8 +8,8 @@ menus:
- name: Home
pageRef: '/'
weight: 10
- name: Posts
pageRef: '/posts'
- name: Blog
pageRef: '/blog'
weight: 20
- name: Tags
pageRef: '/tags'

View file

@ -1,6 +1,6 @@
<p>Contenido licenciado bajo <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons BY-SA 4.0</a></p>
<div>
<a href="/posts/index.xml" target="_blank">
<a href="/blog/index.xml" target="_blank">
<img src="/rss.svg" alt="RSS">
</a>
<a href="https://webring.tr4ck.net/#ctrlz" target="_blank" rel="noopener">

View file

@ -1,5 +1,5 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.Title }}" href="/posts/index.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.Title }}" href="/blog/index.xml" />
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}