Remove post embed views and rimgo icon

This commit is contained in:
blankie 2023-05-27 21:42:28 +07:00
parent 826d4fab90
commit 5bdb2e1716
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 2 additions and 22 deletions

View File

@ -1,7 +1,3 @@
.logo {
filter: invert(180deg), hue-rotate(180deg);
}
body {
overflow: hidden;
}
@ -33,10 +29,6 @@ body {
width: 100%;
}
.views {
gap: 4px;
}
.postDetails {
display: flex;
gap: 1rem;
@ -51,4 +43,4 @@ h3 {
align-items: center;
justify-content: space-between;
height: 9vh;
}
}

View File

@ -29,20 +29,8 @@
<h3>{{post.Title}}</h3>
</a>
{{/if}}
<div class="views flex flex-center">
<img class="icon" src="/static/icons/eye.svg" alt="Views">
<p>{{post.Views}}</p>
</div>
</div>
<div class="flex flex-center">
<a href="/{{post.Id}}">
<img src="/static/img/rimgo.svg" width="32px" height="32px" class="logo">
</a>
<a href="/{{post.Id}}">
rimgo
</a>
</div>
</div>
</body>
</html>
</html>