My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix webmentions overflowing

+6 -1
+5
sass/_post.scss
··· 158 158 padding: 1em; 159 159 margin: 2em 0; 160 160 } 161 + 162 + .webmention { 163 + overflow: hidden; 164 + text-overflow: ellipsis; 165 + }
+1 -1
templates/page.html
··· 68 68 <ul> 69 69 {%- for mention in webmentions.children -%} 70 70 <li> 71 - <a href="{{ mention.url }}"> 71 + <a href="{{ mention.url }}" class="webmention"> 72 72 {%- if mention.name -%} 73 73 {{ mention.name }} 74 74 {%- else -%}