Browse Source

Update templates

Visman 4 years ago
parent
commit
0b29a40c48
2 changed files with 6 additions and 6 deletions
  1. 2 2
      app/templates/layouts/stats.forkbb.php
  2. 4 4
      app/templates/topic.forkbb.php

+ 2 - 2
app/templates/layouts/stats.forkbb.php

@@ -1,4 +1,4 @@
-    <section class="f-stats">
+    <aside class="f-stats">
       <h2>{!! __('Stats info') !!}</h2>
 @if ($p->stats)
       <dl class="f-stboard">
@@ -36,4 +36,4 @@
     @endforeach
       </dl><!-- endinline -->
 @endif
-    </section>
+    </aside>

+ 4 - 4
app/templates/topic.forkbb.php

@@ -65,7 +65,7 @@
           <div class="f-post-usticky">
             <ul class="f-user-info-first">
         @if ($p->user->viewUsers && $post->user->link)
-              <li class="f-username"><a href="{{ $post->user->link }}">{{ $post->user->username }}</a></li>
+              <li class="f-username"><a href="{{ $post->user->link }}" rel="author">{{ $post->user->username }}</a></li>
         @else
               <li class="f-username">{{ $post->user->username }}</li>
         @endif
@@ -77,7 +77,7 @@
         @endif
             <ul class="f-user-info">
         @if ($p->user->viewUsers && $post->user->link)
-              <li class="f-username"><a href="{{ $post->user->link }}">{{ $post->user->username }}</a></li>
+              <li class="f-username"><a href="{{ $post->user->link }}" rel="author">{{ $post->user->username }}</a></li>
         @else
               <li class="f-username">{{ $post->user->username }}</li>
         @endif
@@ -110,10 +110,10 @@
             @include ('layouts/poll')
         @endif
         @if ($p->user->showSignature && $post->user->isSignature)
-          <div class="f-post-signature">
+          <aside class="f-post-signature">
             <hr>
             {!! $post->user->htmlSign !!}
-          </div>
+          </aside>
         @endif
         </div>
         <footer class="f-post-footer">