mirror of https://github.com/writeas/writefreely
commit
ce69117c79
@ -0,0 +1,16 @@ |
|||||||
|
{{define "collection-breadcrumbs"}} |
||||||
|
{{if and .Collection (not .SingleUser)}}<nav id="org-nav"><a href="/me/c/">Blogs</a> / <a class="coll-name" href="/{{.Collection.Alias}}/">{{.Collection.DisplayTitle}}</a></nav>{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
{{define "collection-nav"}} |
||||||
|
{{if not .SingleUser}} |
||||||
|
<header class="admin"> |
||||||
|
<nav class="pager"> |
||||||
|
{{if .CanPost}}<a href="{{if .SingleUser}}/me/new{{else}}/#{{.Alias}}{{end}}" class="btn gentlecta">New Post</a>{{end}} |
||||||
|
<a href="/me/c/{{.Alias}}" {{if and (hasPrefix .Path "/me/c/") (hasSuffix .Path .Alias)}}class="selected"{{end}}>Customize</a> |
||||||
|
<a href="/me/c/{{.Alias}}/stats" {{if hasSuffix .Path "/stats"}}class="selected"{{end}}>Stats</a> |
||||||
|
<a href="{{if .SingleUser}}/{{else}}/{{.Alias}}/{{end}}">View Blog →</a> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
{{end}} |
||||||
|
{{end}} |
Loading…
Reference in new issue