Rename layout to default per convention

This commit is contained in:
swag 2022-11-28 23:22:25 -05:00
parent 4b6b0149bc
commit 10e7944bc3
9 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'Top Secret'; % title 'Top Secret';
<h2><%= title %></h2> <h2><%= title %></h2>
<p>For mods only!!</p> <p>For mods only!!</p>

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'Top Secret'; % title 'Top Secret';
<h2><%= title %></h2> <h2><%= title %></h2>
<p>For mods only!!</p> <p>For mods only!!</p>

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'Moderator Login'; % title 'Moderator Login';
<h2><%= title %></h2> <h2><%= title %></h2>
<form method="post"> <form method="post">

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title "Remark #$remark->{'id'}"; % title "Remark #$remark->{'id'}";
<h2><%= title %></h2> <h2><%= title %></h2>
<div class="remarks"> <div class="remarks">

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'New Remark'; % title 'New Remark';
<h2><%= title %></h2> <h2><%= title %></h2>
<form method="post"> <form method="post">

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title "Thread #$thread->{'id'}"; % title "Thread #$thread->{'id'}";
<h2><%= title %></h2> <h2><%= title %></h2>
<div class="threads"> <div class="threads">

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'Threads List'; % title 'Threads List';
<h2><%= title %></h2> <h2><%= title %></h2>
<div class="threads"> <div class="threads">

View File

@ -1,4 +1,4 @@
% layout 'main'; % layout 'default';
% title 'New Thread'; % title 'New Thread';
<h2><%= title %></h2> <h2><%= title %></h2>
<form method="post"> <form method="post">