mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Style for reply button
This commit is contained in:
parent
aa68e11c56
commit
8fc0095a72
2 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' style="border: 1px solid black;padding: 5px;border-radius: 0.5rem;">Reply via Email</a>
|
||||
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
|
||||
|
||||
{{ partial "webmentions.html" . }}
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue