Skip to content

Commit b1e5ed1

Browse files
committed
My image when sharing the link.
1 parent 992c1cc commit b1e5ed1

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

_includes/head.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,15 @@
2929
<script async src="{{" /static/assets/app-20180125.min.js"| prepend: site.baseurl }}"></script>
3030
<script async src="{{" /static/assets/blog-20180125.min.js"| prepend: site.baseurl }}"></script>
3131

32-
<!-- Bootstrap -->
33-
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
34-
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
35-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
36-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> -->
32+
<meta property="og:title" content="Pramesh Bajracharya's Portfolio and Blog">
33+
<meta property="og:description" content="Discover the work of Pramesh Bajracharya, a Computer Engineer with a passion for technology. Dive into the knowledge on Full Stack Development, Cloud Architectures, Deep Learning, Automation, and more. Explore his projects and read his insightful blog posts.">
34+
<meta property="og:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
35+
<meta property="og:url" content="https://prameshbajra.github.io">
36+
<meta property="og:type" content="website">
37+
38+
<meta name="twitter:card" content="summary_large_image">
39+
<meta name="twitter:title" content="Pramesh Bajracharya's Portfolio and Blog">
40+
<meta name="twitter:description" content="Discover the work of Pramesh Bajracharya, a Computer Engineer with a passion for technology. Dive into the knowledge on Full Stack Development, Cloud Architectures, Deep Learning, Automation, and more. Explore his projects and read his insightful blog posts.">
41+
<meta name="twitter:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
3742

38-
<!-- Google AdSense -->
39-
<!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
40-
<script>
41-
(adsbygoogle = window.adsbygoogle || []).push({
42-
google_ad_client: "ca-pub-6196184668650108",
43-
enable_page_level_ads: true
44-
});
45-
</script> -->
4643
</head>

0 commit comments

Comments
 (0)