this repo has no description

chore: fix webmentions overflowing

Changed files
+6 -1
sass
templates
+5
sass/_post.scss
···
padding: 1em;
margin: 2em 0;
}
···
padding: 1em;
margin: 2em 0;
}
+
+
.webmention {
+
overflow: hidden;
+
text-overflow: ellipsis;
+
}
+1 -1
templates/page.html
···
<ul>
{%- for mention in webmentions.children -%}
<li>
-
<a href="{{ mention.url }}">
{%- if mention.name -%}
{{ mention.name }}
{%- else -%}
···
<ul>
{%- for mention in webmentions.children -%}
<li>
+
<a href="{{ mention.url }}" class="webmention">
{%- if mention.name -%}
{{ mention.name }}
{%- else -%}