Skip to content

Commit 8cc96b9

Browse files
committed
wip
1 parent 3bfce80 commit 8cc96b9

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

_layouts/post.html

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -141,31 +141,6 @@ <h1 class="post-title">{{ page.title }}</h1>
141141
{% endif %}
142142
</p>
143143
</header>
144-
{% if page.difficulty_level or page.document_type or page.thinking_style or page.consciousness_level or
145-
page.cognitive_load %}
146-
<div class="post-classification"
147-
style="margin-bottom: 2rem; padding: 1rem; background: rgba(255,255,255,0.05); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1);">
148-
<h4 style="margin-top: 0; margin-bottom: 0.5rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8;">
149-
Document Attributes</h4>
150-
<div style="display: flex; flex-wrap: wrap; gap: 1rem; font-size: 0.9rem;">
151-
{% if page.difficulty_level %}
152-
<div><strong>Difficulty:</strong> {{ page.difficulty_level | capitalize }}</div>
153-
{% endif %}
154-
{% if page.document_type %}
155-
<div><strong>Type:</strong> {{ page.document_type | replace: '_', ' ' | capitalize }}</div>
156-
{% endif %}
157-
{% if page.thinking_style %}
158-
<div><strong>Style:</strong> {{ page.thinking_style | capitalize }}</div>
159-
{% endif %}
160-
{% if page.consciousness_level %}
161-
<div><strong>Level:</strong> {{ page.consciousness_level | capitalize }}</div>
162-
{% endif %}
163-
{% if page.cognitive_load %}
164-
<div><strong>Cognitive Load:</strong> {{ page.cognitive_load | capitalize }}</div>
165-
{% endif %}
166-
</div>
167-
</div>
168-
{% endif %}
169144

170145

171146
<div class="post-content">

0 commit comments

Comments
 (0)