mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-14 06:39:25 +00:00
Added No Quarter #51 to publications index.
This commit is contained in:
parent
c3648cef89
commit
61c99070c2
21 changed files with 303 additions and 9 deletions
|
|
@ -30,10 +30,10 @@ tags: [ Factual dimension, Geographic dimension, Time dimension ]
|
|||
{% endfor %}
|
||||
{% endcapture %}
|
||||
{% capture num_words %}
|
||||
{{ get_items | split:' ' | sort | join:' ' | number_of_words }}
|
||||
{{ get_items | split:' ' | sort | join:' ' | number_of_words }}
|
||||
{% endcapture %}
|
||||
{% for item in (1..num_words) %}
|
||||
{% assign category = get_items | split:' ' | sort | join:' ' | truncatewords:item | remove:'...' | split:' ' | last | replace: '_', ' ' %}
|
||||
{% assign category = get_items | split:' ' | sort | join:' ' | truncatewords:item | remove:'...' | split:' ' | last | replace: '_', ' ' %}
|
||||
<h2>{{ category | upcase }}</h2>
|
||||
<ul>
|
||||
{% for post in sorted_posts %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue