|
3 | 3 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
5 | 5 |
|
| 6 | + <!-- Metadata --> |
| 7 | + <meta name="author" content="Fabrizio Fubelli"> |
| 8 | + <meta name="keywords" content="offensive hub, hacking, tool, cyber security, penetration testing, pentest, hack, offensive, software"> |
| 9 | + |
| 10 | + <!-- Open Graph (Facebook) --> |
| 11 | + <meta property="og:url" content="https://offensivehub.org"> |
| 12 | + <meta property="og:title" content="Offensive Hub - Open Source Offensive Penetration Testing Tools"> |
| 13 | + <meta property="og:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
| 14 | + <meta property="og:site_name" content="Offensive Hub - Open Source Offensive Penetration Testing Software"> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:locale" content="en"> |
| 17 | + <meta property="og:image:secure_url" content="https://offensivehub.org/logos/logos/og_image.jpg"> |
| 18 | + <meta property="og:image" content="https://offensivehub.org/assets/logos/og_image.jpg"> |
| 19 | + <meta property="og:image:alt" content="Offensive Hub Cover"> |
| 20 | + |
| 21 | + <!-- Twitter --> |
| 22 | + <meta name="twitter:card" content="summary_large_image"> |
| 23 | + <meta name="twitter:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
| 24 | + <meta name="twitter:title" content="Offensive Hub - Open Source Offensive Penetration Testing Tools"> |
| 25 | + <meta name="twitter:site" content="@Offensive_Hub"> |
| 26 | + <meta name="twitter:creator" content="@Offensive_Hub"> |
| 27 | + <meta name="twitter:image" content="https://offensivehub.org/assets/logos/og_image.jpg"> |
| 28 | + |
| 29 | + <!-- Viewport --> |
| 30 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 31 | + |
| 32 | + <!-- Favicon --> |
| 33 | + <link rel="icon" type="image/x-icon" href="/favicon.ico"> |
| 34 | + <link href="/assets/favicon/apple_touch_icon_76x76.png" rel="apple-touch-icon" sizes="76x76"> |
| 35 | + <link href="/assets/favicon/apple_touch_icon_120x120.png" rel="apple-touch-icon" sizes="120x120"> |
| 36 | + <link href="/assets/favicon/apple_touch_icon_152x152.png" rel="apple-touch-icon" sizes="152x152"> |
| 37 | + <link href="/assets/favicon/apple_touch_icon_180x180.png" rel="apple-touch-icon" sizes="180x180"> |
| 38 | + <link href="/assets/favicon/touch_icon_120x120.png" rel="icon" sizes="120x120"> |
| 39 | + <link href="/assets/favicon/touch_icon_180x180.png" rel="icon" sizes="180x180"> |
| 40 | + |
6 | 41 | <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
7 | 42 | <meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
8 | 43 |
|
|
0 commit comments