]> git.r.bdr.sh - rbdr/forum/blobdiff - app/components/topic/topic.svelte
Remove server
[rbdr/forum] / app / components / topic / topic.svelte
index 3816bbc37cfa91755d76cad0b8ea6ad3e57d23b8..4a5593028ed2d7fe501bab278a89374519899685 100644 (file)
@@ -2,7 +2,7 @@
   import Glyph from '../glyph/glyph.svelte';
 </script>
 
-<main class="h-entry" title="Topic">
+<div class="h-entry" title="Topic">
   <h1 class="p-name">This is a post in the forum.</h1>
   <aside class="topic-meta" title="Topic metadata">
     <span class="topic-location">Posted on <a href="/f/interaction"
   </aside>
   <aside class="topic-tags" title="Topic Tags">
     Tags:
-    <a href="/t/question" class="p-category">question<span class="tag-weight">(5)</span></a>
-    <a href="/t/meta" class="p-category">meta<span class="tag-weight">(34)</span></a>
-    <a href="/t/carrots" class="p-category">carrots<span class="tag-weight">(1)</span></a>
-    <a href="/t/tpbo" class="p-category">tpbo<span class="tag-weight">(2)</span></a>
+    <a href="/g/question" class="p-category">question<span class="tag-weight">(5)</span></a>
+    <a href="/g/meta" class="p-category">meta<span class="tag-weight">(34)</span></a>
+    <a href="/g/carrots" class="p-category">carrots<span class="tag-weight">(1)</span></a>
+    <a href="/g/tpbo" class="p-category">tpbo<span class="tag-weight">(2)</span></a>
   </aside>
   <aside class="post-meta" title="Post 1 of 2 metadata">
     <Glyph uuid="3cd8c84e18144a2da71f6bace9392abc" />
@@ -38,7 +38,7 @@
     <span class="h-card">
       By: <a href="/a/time4carrots" class="p-nickname u-url">time4carrots</a>.
     </span>
-    <time class="dt-published" datetime="2018-08-15T04:10:00.929Z">
+    <time role="presentation" class="dt-published" datetime="2018-08-15T04:10:00.929Z">
       <a href="/p/da9910f3febde91948000ce1535ea">
         2018-08-15 04:10:00
       </a>
     <p>It's just how it is...</p>
   </article>
   <hr/>
-</main>
+</div>
 
 <style>
-  main {
-    grid-column: col-start 2 / span 11;
-  }
-
   .post-meta > * {
     vertical-align: top;
   }