File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
data/templates/woocommerce Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 <link rel =" apple-touch-icon" sizes =" 72x72" href =" {{ path(' images/apple-touch-icon-72x72.png' ) }}" />
1010 <link rel =" apple-touch-icon" sizes =" 114x114" href =" {{ path(' images/apple-touch-icon-114x114.png' ) }}" />
1111 <link rel =" stylesheet" href =" {{ path(' css/normalize.css' ) }}" >
12- <link rel =" stylesheet" href =" {{ path(' css/base.css' ) }}" >
12+ <link rel =" stylesheet" href =" {{ path(' css/base.css' ) }}?updated={{ " now " | date ( ' U ' ) }} " >
1313 <link href =" https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700& display=swap" rel =" stylesheet" >
14- <link rel =" stylesheet" href =" {{ path(' css/template.css' ) }}" >
14+ <link rel =" stylesheet" href =" {{ path(' css/template.css' ) }}?updated={{ " now " | date ( ' U ' ) }} " >
1515 <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity =" sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin =" anonymous" />
1616 {% block stylesheets %}
1717 {% endblock %}
You can’t perform that action at this time.
0 commit comments