Update posts to blog
This commit is contained in:
parent
5f843dbeef
commit
3307377c99
7 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ menus:
|
||||||
- name: Inicio
|
- name: Inicio
|
||||||
pageRef: '/'
|
pageRef: '/'
|
||||||
weight: 10
|
weight: 10
|
||||||
- name: Posts
|
- name: Blog
|
||||||
pageRef: '/posts'
|
pageRef: '/blog'
|
||||||
weight: 20
|
weight: 20
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = 'Posts'
|
title = 'Blog'
|
||||||
date = 2023-01-01T08:30:00-07:00
|
date = 2023-01-01T08:30:00-07:00
|
||||||
draft = false
|
draft = false
|
||||||
+++
|
+++
|
|
@ -8,8 +8,8 @@ menus:
|
||||||
- name: Home
|
- name: Home
|
||||||
pageRef: '/'
|
pageRef: '/'
|
||||||
weight: 10
|
weight: 10
|
||||||
- name: Posts
|
- name: Blog
|
||||||
pageRef: '/posts'
|
pageRef: '/blog'
|
||||||
weight: 20
|
weight: 20
|
||||||
- name: Tags
|
- name: Tags
|
||||||
pageRef: '/tags'
|
pageRef: '/tags'
|
||||||
|
|
|
@ -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>
|
<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>
|
<div>
|
||||||
<a href="/posts/index.xml" target="_blank">
|
<a href="/blog/index.xml" target="_blank">
|
||||||
<img src="/rss.svg" alt="RSS">
|
<img src="/rss.svg" alt="RSS">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://webring.tr4ck.net/#ctrlz" target="_blank" rel="noopener">
|
<a href="https://webring.tr4ck.net/#ctrlz" target="_blank" rel="noopener">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<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>
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||||
{{ partialCached "head/css.html" . }}
|
{{ partialCached "head/css.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue