% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'info' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % }

Welcome to your blog manager for <%= $blog->domain->name %>!

You can create new blog posts on the Posts tab.

The Pages tab has stuff like your about page, or anything you want to make that isn't a blog post.

You can upload images on the Media tab, and get links for embedding in your posts.

When your blog is being built, the Build tab will have an orange marker. You can see recent build logs there, or watch the progress of a build in real time.

On your setting page you can update setting.

All the changes to your blog will be shown on the History tab. If you make any mistake, you can undo it with the click of a button there.

Thank you for using MyJekyllBlog.