chore: briefer selector names
This commit is contained in:
parent
57cd789b06
commit
53c2211b85
5 changed files with 29 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if mentions['in-reply-to'].size > 0 %}
|
||||
<h2>Comments</h2>
|
||||
<div class="interaction__wrapper comments">
|
||||
<div class="interaction comments">
|
||||
{% for mention in mentions['in-reply-to'] %}
|
||||
<div class="comment__wrapper flex--centered">
|
||||
<div class="comment__wrapper--interior flex--centered">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% assign mentions = webmentions.mentions | webmentionsByUrl: page.url %}
|
||||
{% if mentions %}
|
||||
<div class="webmentions__wrapper">
|
||||
<div class="webmentions">
|
||||
{% render "partials/webmentions/interaction.liquid", mentions: mentions, type: 'repost-of' %}
|
||||
{% render "partials/webmentions/interaction.liquid", mentions: mentions, type: 'like-of' %}
|
||||
{% render "partials/webmentions/comments.liquid", mentions: mentions %}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{% endcapture -%}
|
||||
{% if mentions[type].size > 0 %}
|
||||
<h2>{{ title }}</h2>
|
||||
<div class="interaction__wrapper flex--centered">
|
||||
<div class="interaction flex--centered">
|
||||
<ul>
|
||||
{% for mention in mentions[type] %}
|
||||
<li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% if mentions['link-to'].size > 0 %}
|
||||
<h2>Links</h2>
|
||||
<div class="interaction__wrapper">
|
||||
<div class="interaction">
|
||||
<ul>
|
||||
{% for mention in mentions['link-to'] %}
|
||||
<li>
|
||||
|
|
Reference in a new issue