From 69d5a3c783ffb92532dbd2d95a7c01e35cd0aebb Mon Sep 17 00:00:00 2001 From: Emiliano Tortorella Date: Tue, 29 Jan 2019 18:51:39 -0500 Subject: [PATCH] google font added. --- layouts/_default/baseof.html | 2 ++ layouts/_default/single.html | 4 ++-- layouts/partials/all-posts-list.html | 6 +++--- layouts/partials/site-footer.html | 2 +- layouts/partials/site-header.html | 6 +++--- layouts/partials/site-navigation.html | 6 +++--- layouts/partials/summary-with-image.html | 2 +- layouts/partials/tags.html | 4 ++-- 8 files changed, 17 insertions(+), 15 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a856f11..43bd6a0 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,6 +35,8 @@ {{ end }} + + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/google_news.html" . -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index dc65c9a..db93975 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,14 +9,14 @@
-

+

{{/* CurrentSection allows us to use the section title instead of inferring from the folder. https://gohugo.io/variables/page/#section-variables-and-methods */}} {{with .CurrentSection.Title }}{{. | upper }}{{end}}

-

+

{{- .Title -}} {{ partial "story-dates.html" . }}
diff --git a/layouts/partials/all-posts-list.html b/layouts/partials/all-posts-list.html index 18da19e..4a498db 100644 --- a/layouts/partials/all-posts-list.html +++ b/layouts/partials/all-posts-list.html @@ -1,7 +1,7 @@ {{ $n_posts := $.Param "recent_posts_number" | default 3 }} -
-

+
+

Últimos posts:

@@ -15,7 +15,7 @@ -
+

Más posts en nuestras secciones:

diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index d014f77..d132091 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -1,6 +1,6 @@