File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 < meta name ="msapplication-config " content ="/browserconfig.xml ">
1111 < meta name ="theme-color " content ="#ffffff ">
1212 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
13- < meta name ="description " content ="{{ site.description }} ">
13+ < meta name ="description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif % } ">
1414 < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.url }} ">
1515
1616 <!-- Open Graph -->
1717 < meta property ="og:type " content ="website ">
18- < meta property ="og:title " content ="LibreNMS ">
19- < meta property ="og:description " content ="{{ site.description }} ">
18+ < meta property ="og:title " content ="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} ">
19+ < meta property ="og:description " content ="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif % } ">
2020 < meta property ="og:url " content ="{{ site.url }} ">
2121 < meta property ="og:site_name " content ="LibreNMS ">
2222 < meta property ="og:locale " content ="en_US ">
You can’t perform that action at this time.
0 commit comments