Skip to content

Commit 44203f3

Browse files
Update min_by.md
1 parent 92faae4 commit 44203f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

min_by.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,15 @@ group by session_id;
6464
| f597f443-4098-4ee4-9538-7076e114085c | campaigns.html | 19:13:19 |
6565
| f597f443-4098-4ee4-9538-7076e114085c | plant_a_tree_campaign_b.html | 19:13:31 |
6666
| f597f443-4098-4ee4-9538-7076e114085c | donate.html | 19:13:38 |
67+
68+
69+
# See also
70+
<ul id="recent-articles">
71+
{% for page in site.pages %}
72+
{% if (page.title contains "MAX_BY" or page.title contains "MIN_BY") %}
73+
<li>
74+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
75+
</li>
76+
{% endif %}
77+
{% endfor %}
78+
</ul>

0 commit comments

Comments
 (0)