mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-25 11:22:27 +00:00
feat: permalink generator
This commit is contained in:
parent
cc9e549aaf
commit
4fa89879cf
3 changed files with 18 additions and 1 deletions
|
@ -72,9 +72,16 @@
|
|||
<div
|
||||
class="answer-meta{{ if $answer.IsAccepted }} accepted{{end}}"
|
||||
>
|
||||
<p>
|
||||
{{ if $answer.IsAccepted }} Accepted - {{ end }}
|
||||
{{$answer.Upvotes}} Votes
|
||||
</div>
|
||||
</p>
|
||||
<a href="#{{ $answer.ID }}" class="answer-link">
|
||||
<div class="icon">
|
||||
<img src="/static/icons/link.svg" alt="Paperclip icon" />
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ $answer.Body }}
|
||||
<div class="answer-author-parent">
|
||||
<div class="answer-author">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue