Skip to content

Commit

Permalink
making annual mean plots display by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstephens82 committed Dec 4, 2023
1 parent fc809ba commit 6c23a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/website_templates/template_mean_diag.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3 class="block">{{ category }}</h3>
<div class="grid-container" style="column-gap: 5px; row-gap: 5px; padding:2px">
{% for var_name, ptype_seas in var_seas.items() %}
<div class="grid-item-diag">
<a href="../html_img/plot_page_{{ var_name }}_{{ curr_type }}.html"> {{var_name}} </a><br>
<a href="../html_img/plot_page_{{ var_name }}_ANN_{{ curr_type }}_Mean.html"> {{var_name}} </a><br>
</div><!--grid-item2-->
{% endfor %}
</div><!--grid-container-->
Expand Down

0 comments on commit 6c23a91

Please sign in to comment.