mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-13 22:45:16 -05:00
Compare commits
2 Commits
94bfef19a1
...
bb6346bbad
Author | SHA1 | Date | |
---|---|---|---|
bb6346bbad
|
|||
f091b366be
|
@@ -784,7 +784,7 @@ figcaption {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.related-posts > hr,
|
.related-posts > hr,
|
||||||
.related-posts > h1 {
|
.related-posts > h2 {
|
||||||
margin: var(--page-margin);
|
margin: var(--page-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@
|
|||||||
{{ with $related }}
|
{{ with $related }}
|
||||||
<div class="related-posts">
|
<div class="related-posts">
|
||||||
<hr>
|
<hr>
|
||||||
<h1>{{ i18n "related_posts" }}</h1>
|
<h2>{{ i18n "related_posts" }}</h2>
|
||||||
{{ partial "page-list.html" . }}
|
{{ partial "page-list.html" . }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
User-Agent: *
|
|
||||||
Sitemap: {{ "sitemap.xml" | absLangURL }}
|
|
||||||
|
|
||||||
{{/* It complains about the raw markdown output having no title tag */ -}}
|
{{/* It complains about the raw markdown output having no title tag */ -}}
|
||||||
User-Agent: Bingbot
|
User-Agent: Bingbot
|
||||||
Disallow: /blog/*.md$
|
Disallow: /blog/*.md$
|
||||||
|
|
||||||
|
User-Agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: {{ "sitemap.xml" | absLangURL }}
|
||||||
|
Reference in New Issue
Block a user