diff --git a/_config.yml b/_config.yml index 887b73f..5cb59a4 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ replace_read_time_with_word_count: true show_excerpts_html: true open_external_links_in_new_tab: true outdated_content_warning: - warning_text: "This article was last updated and may be outdated." + warning_text: "⚠️ This article was last updated and may be outdated." placeholder_text: "" warning_threshold_days: 365 ignore_date_updated: false diff --git a/_includes/custom/outdated_content.html b/_includes/custom/outdated_content.html index b820981..ea62349 100644 --- a/_includes/custom/outdated_content.html +++ b/_includes/custom/outdated_content.html @@ -17,7 +17,7 @@ {% assign time_since = days_since_last_modified | append: " days ago" %} {% endif %}
- ⚠️ {{ site.outdated_content_warning.warning_text | replace: site.outdated_content_warning.placeholder_text, time_since }} + {{ site.outdated_content_warning.warning_text | replace: site.outdated_content_warning.placeholder_text, time_since }}
{% endif %} {% endif %} \ No newline at end of file