+
+
+
+
+
+
+ {{ .Content }}
+
+
+
+
+
+
+ {{ if .Site.Params.featured_tags }}
+
+
+
+ {{ end }}
+
+
+ {{ if .Site.Params.friends }}
+
+
+
+ {{ end }}
+
+ +
Tags
+
+ {{ $featured_condition_size := .Site.Params.featured_condition_size }}
+ {{ range $name, $taxonomy := .Site.Taxonomies.tags }}
+ {{ if gt (len $taxonomy.Pages) $featured_condition_size }}
+
+ #{{ $name }}
+
+ {{ end }}
+ {{ end }}
+
+ +
FRIENDS
+-
+ {{ range .Site.Params.friend_link }}
+
- {{.title}} + {{ end }} +