Skip to content

Commit 836bd11

Browse files
committed
Custom images for links shared.
1 parent b1e5ed1 commit 836bd11

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
<script async src="{{" /static/assets/blog-20180125.min.js"| prepend: site.baseurl }}"></script>
3131

3232
<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.">
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 the projects and read some insightful blog posts.">
3434
<meta property="og:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
3535
<meta property="og:url" content="https://prameshbajra.github.io">
3636
<meta property="og:type" content="website">
3737

3838
<meta name="twitter:card" content="summary_large_image">
3939
<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.">
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 the projects and read his insightful blog posts.">
4141
<meta name="twitter:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
4242

4343
</head>

_includes/index_head.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
<meta content="{{ site.description }}" name="description">
77
<meta name="keywords" content="{{ site.keywords }}">
88
<meta name="author" content="{{ site.author.name }}">
9+
10+
<meta property="og:title" content="Pramesh Bajracharya's Portfolio and Blog">
11+
<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 the projects and read some insightful blog posts.">
12+
<meta property="og:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
13+
<meta property="og:url" content="https://prameshbajra.github.io">
14+
<meta property="og:type" content="website">
15+
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Pramesh Bajracharya's Portfolio and Blog">
18+
<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 the projects and read his insightful blog posts.">
19+
<meta name="twitter:image" content="https://prameshbajra.github.io/static/assets/img/landing/pramesh.jpg">
20+
921
<title>{{ site.title }}</title>
1022
<!-- favicon -->
1123
<link rel="shortcut icon" href="{{ " /static/assets/img/favicon.ico" | prepend: site.baseurl }}">

0 commit comments

Comments
 (0)