Skip to content

Commit

Permalink
chore: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Aug 8, 2024
1 parent e34a73f commit fa5ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{% elsif site.data.meta.total_fetched < site.data.meta.total_tweets %}
{% assign perc_fetched = site.data.meta.total_fetched | times: 100 | divided_by: site.data.meta.total_tweets %}
<div class="alert alert-warning" role="alert">
<strong>Warning: Only {{ perc_fetched }}% of tweets are currently indexed.</strong> Unindexed tweets are not included in search or filtering. <em><a class="alert-link" href="{{ '/about/#tweet-indexing-status' | relative_url }}">More…</a></em>
<strong>Only {{ perc_fetched }}% of tweets are currently indexed.</strong> Unindexed tweets are not included in search or filtering. <em><a class="alert-link" href="{{ '/about/#tweet-indexing-status' | relative_url }}">More…</a></em>
</div>
{% endif %}

Expand Down

0 comments on commit fa5ed77

Please sign in to comment.