update site for hugo v0.146.2 and fix url issues with some rss feeds
This commit is contained in:
parent
88a877c883
commit
c12d8c4168
14 changed files with 6 additions and 6 deletions
8
layouts/_partials/related.html
Normal file
8
layouts/_partials/related.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ with site.RegularPages.Related . | first 5 }}
|
||||
<p>Leer también:</p>
|
||||
<ul>
|
||||
{{ range . }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue