File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 33 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
44 < meta http-equiv ="content-type " content ="text/html; charset=utf-8 ">
55
6+ {% if page.title == "Home" %}
7+ < meta name ="title " content ="{{ site.title }} ">
8+ {% else %}
9+ < meta name ="title " content ="{{ page.title }} ">
10+ {% endif %}
11+
12+ < meta name ="description " content ="Backend Engineer | Anime Lover | Artist ">
13+
14+ <!-- Open Graph / Facebook -->
15+ < meta property ="og:type " content ="website ">
16+ < meta property ="og:url " content ="https://shashank-sharma.xyz/ ">
17+ < meta property ="og:title " content ="Shashank Sharma ">
18+ < meta property ="og:description " content ="Backend Engineer | Anime Lover | Artist ">
19+ < meta property ="og:image " content ="{{ site.baseurl }}/public/metaimage.png ">
20+
21+ <!-- Twitter -->
22+ < meta property ="twitter:card " content ="summary_large_image ">
23+ < meta property ="twitter:url " content ="https://shashank-sharma.xyz/ ">
24+ < meta property ="twitter:title " content ="Shashank Sharma ">
25+ < meta property ="twitter:description " content ="Backend Engineer | Anime Lover | Artist ">
26+ < meta property ="twitter:image " content ="{{ site.baseurl }}/public/metaimage.png ">
27+
628 <!-- Enable responsiveness on mobile devices-->
729 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1 ">
830
You can’t perform that action at this time.
0 commit comments