Add post-author relationship
1 file changed, 1 insertion(+), 1 deletion(-)
M themes/xmin/layouts/_default/baseof.html → themes/xmin/layouts/_default/baseof.html
@@ -14,7 +14,7 @@ <body> <nav> <ul> {{- range .Site.Menus.main }} - <li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li> + <li><a {{- if eq .URL "/" }} class="author"{{ end }} href="{{ .URL | relURL }}">{{ .Name }}</a></li> {{- end }} </ul> </nav>