File tree Expand file tree Collapse file tree
src/site/_includes/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
2+
3+ {% if metatags %}
4+ {% for name , content in metatags %}
5+ {% if name .includes (" og:" ) %}
6+ <meta property =" {{ name }}" content =" {{ content }}" >
7+ {% else %}
8+ <meta name =" {{ name }}" content =" {{ content }}" >
9+ {% endif %}
10+ {% endfor %}
11+ {% endif %}
12+
213<script async type =" module" >
314 import mermaid from ' https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs' ;
415 </script >
3041
3142{% favicons ' ./src/site/favicon.svg' , appleIconBgColor = ' #123' %}
3243
33- {% if metatags %}
34- {% for name , content in metatags %}
35- <meta name =" {{ name }}" content =" {{ content }}" >
36- {% endfor %}
37- {% endif %}
38-
3944{% if meta .styleSettingsCss %}
4045 <style >
4146 {{ meta .styleSettingsCss | safe }}
4247 </style >
4348{% endif %}
4449<style >
45- </style >
50+ </style >
You can’t perform that action at this time.
0 commit comments