Skip to content

Commit

Permalink
fix global download page title link
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 18, 2024
1 parent 725dce8 commit 77d275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/metrics/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h4>{{block.meta.title}}</h4>
{%- else -%}

{%- if cacheKey == "MOST_DOWNLOADED_DATASETS" -%}
{%- assign pageURL = 5 -%}
{%- assign pageURL = 3 -%}
{%- elsif cacheKey == "MOST_CLICKED_OUTBOUND_LINKS" -%}
{%- assign pageURL = 4 -%}
{%- endif -%}
Expand Down

0 comments on commit 77d275b

Please sign in to comment.