{% if template contains 'article' %}
{% comment %} הסרנו את ה-hero המשכפל — Dawn מציגה כותרת/תאריך/תגיות בעצמה {% endcomment %}
חזרה לבלוג
{{ article.content }}
לכל כתבות הבלוג
{% assign other_articles = blog.articles | where_exp: "a", "a.id != article.id" %}
{% if other_articles.size > 0 %}
{% endif %}
הצהרה רפואית חשובה: מאמר זה הוא לצרכי מידע בלבד ואינו מהווה ייעוץ רפואי. המוצרים אינם מכשירים רפואיים מוסדרים. לכל כאב חריג — פנה לרופא.
בלוג Restoration
מידע אמיתי על בריאות המפרקים
מאמרים מבוססי מחקר, מדריכים מעשיים וטיפים יומיומיים לאנשים שרוצים לחיות בצורה פעילה יותר
{% assign seen = "" %}
{% for article in blog.articles %}
{% for tag in article.tags %}
{% assign th = tag | handleize %}
{% unless seen contains th %}
{% assign seen = seen | append: th | append: "|" %}
{% endunless %}
{% endfor %}
{% endfor %}
{% assign feat = blog.articles.first %}
{% if feat %}
{% endif %}
כל הכתבות
{% for article in blog.articles offset:1 %}
{% if article.image %}
{% else %}
{% endif %}
{{ article.published_at | date: "%m/%Y" }}
{% for tag in article.tags limit:1 %}
{% else %}
{{ tag }}
{% endfor %}
{{ article.title }}
{{ article.excerpt_or_content | strip_html | truncatewords: 16 }}
{{ article.content | strip_html | split: ' ' | size | divided_by: 200 | plus: 1 }} דקות
עדיין אין כתבות — הוסיפו את הפוסט הראשון ב-Blog Posts!
{% endfor %}הצהרה רפואית: תכני הבלוג מיועדים לצרכי מידע בלבד ואינם מהווים ייעוץ רפואי. לכל כאב חריג — פנה לרופא.