mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-13 22:45:16 -05:00
Compare commits
2 Commits
4bc8184593
...
37dbdc53af
Author | SHA1 | Date | |
---|---|---|---|
37dbdc53af
|
|||
ef91527ed6
|
@@ -1,4 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Create a file named `layouts/partials/additional-head.html` at your site root to
|
|
||||||
add extra tags into <head>. Page variables are passed.
|
|
||||||
*/}}
|
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{{ if .Site.Params.homepageLatestPosts }}
|
{{ if .Site.Params.homepageLatestPosts }}
|
||||||
<hr>
|
<hr>
|
||||||
<div class="homepage-latest-posts">
|
<section class="homepage-latest-posts">
|
||||||
<h1>
|
<h1>
|
||||||
{{ i18n "latest_posts" }}
|
{{ i18n "latest_posts" }}
|
||||||
{{ partial "rss-link.html" . }}
|
{{ partial "rss-link.html" . }}
|
||||||
@@ -16,6 +16,6 @@
|
|||||||
{{ partial "page-list.html" (.Paginate .Site.RegularPages).Pages }}
|
{{ partial "page-list.html" (.Paginate .Site.RegularPages).Pages }}
|
||||||
|
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
</div>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user