add baseURL

This commit is contained in:
Gabriel 2023-03-07 03:07:03 -05:00
parent e21961bab2
commit c6e3410f79

View file

@ -3,9 +3,9 @@
<h3>{{.Title}}</h3>
</a>
{{end}}
<a href="/tags">
<a href="{{.Site.BaseURL}}/tags">
<h3>Browse by Tags</h3></a>
</nav>
<a href="/index.xml">
<a href="{{.Site.BaseURL}}/index.xml">
<h3>RSS</h3>
</a>