mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 18:16:22 +00:00
5 lines
157 B
Text
5 lines
157 B
Text
%ul.nav.flex-column
|
|
%li.nav-item
|
|
%a.nav-link{href: "/sites/#{@site.name}/posts"}
|
|
Posts
|
|
%span.badge.badge-secondary= @site.posts.docs.count
|