diff --git a/themes/sandpoints/layouts/_default/baseof.html b/themes/sandpoints/layouts/_default/baseof.html index d8c17d2..0827343 100644 --- a/themes/sandpoints/layouts/_default/baseof.html +++ b/themes/sandpoints/layouts/_default/baseof.html @@ -8,8 +8,11 @@ {{ with .Site.Params.edit }}
edit_this - add_new_topic - add_new_session + {{ range $k, $v := $.Site.Data.sandpointsnamegraph }} + {{ if ne (index $v "depth") "core" }} + add_new_{{ $k }} + {{ end }} + {{ end }} publish ?