mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Fix file structure
This commit is contained in:
@@ -6,7 +6,7 @@ layout: none
|
||||
|
||||
{% assign largest = 0 %}
|
||||
{% for page in site.pages %}
|
||||
{% assign url = page.url | remove: ".html" | remove: "/" %}
|
||||
{% assign url = page.url | remove: ".html" | remove: "/years/" %}
|
||||
{% capture testValue %}{{ url | json }}{% endcapture %}
|
||||
{% if testValue contains '"' %}{% else %}
|
||||
{% assign largest_number = largest | times: 1 %}
|
||||
|
||||
Reference in New Issue
Block a user