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"
<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;
}