Skip to content

Commit

Permalink
swing
Browse files Browse the repository at this point in the history
  • Loading branch information
datapolitical committed Aug 4, 2023
1 parent 0469b0f commit 89aeee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/reading_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% for link in site.data.reads limit: page.article_count %}
{% if link.title != "" %}
<span class="title"><a href="{{link.url}}">{{link.title}}</a></span>
<span class="preview">{% if link.summary %}-{{link.summary | strip_html }}{% endif %}</span>
<span class="preview">{% if link.summary %}{{link.summary | strip_html }}{% endif %}</span>
<span class="break"><br></span>
{% endif %}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _sass/reading-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ div.reading_list {
color: #29b6f6;
}
}
.domain {
.preview {
max-width: 19em;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 89aeee3

Please sign in to comment.