diff --git a/themes/ropensci/layouts/taxonomy/tag.html b/themes/ropensci/layouts/taxonomy/tag.html index e3fe5e69c..7224719b9 100644 --- a/themes/ropensci/layouts/taxonomy/tag.html +++ b/themes/ropensci/layouts/taxonomy/tag.html @@ -1,73 +1,20 @@ {{ define "main" }} -{{ $paginator := .Paginator }}
-
-
-
-

Posts with the "{{lower .Title }}" tag

-
-
- - {{ range $paginator.Pages }} -
-

{{ .Title }}

- -
{{ .Date.Format "January 2, 2006" }}
- -

By: - {{$authors := .Params.authors}} - {{ partial "authors.html" (dict "authors" $authors "Site" $.Site) }} - -

-
-

{{ .Summary }}

-
-
- {{ range .Params.tags }} - {{ $targetUrl := (print ("/tags/" | relLangURL) (. | urlize) "/") }} - {{ if eq $.Page.URL $targetUrl }} - {{ . }} - {{ else }} - {{ . }} - {{ end }} - {{ end }} -
- - -
- - {{ end }} -
- - - +
+

Content with the "{{ .Title }}" tag

+
- -
-
-
- {{ if $paginator.HasPrev }} - Previous - {{ end }} -
-
-

Page {{ $paginator.PageNumber }} of {{ $paginator.TotalPages }}

-
- -
- {{ if $paginator.HasNext }} - Next   - {{ end }} -
-
-
-

- -{{ end }} \ No newline at end of file + {{ partial "archive.html" (dict "pages" .Pages ) }} + +
+

Find all blog posts, tech notes and community calls by tag, by date and by author.

+
+ +{{ end }}