A hosting service for Jekyll Blogs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
|
|
|
|
<h2 class="mt-5 display-6 mb-4">This is totes the dashboard</h2>
|
|
|
|
<a href="<%= $c->url_for( 'show_blog_create' ) %>">Create a new blog</a>
|
|
|