Skip to content

Commit 4de10ef

Browse files
committed
added structured data about Simple Java Mail in the index and built new dist from the earlier updated Features.html
1 parent cd8e471 commit 4de10ef

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

src/main/webapp/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/dist/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Simple Java Mail</title>
6-
<link rel="icon" href="data:;base64,=">
6+
<link rel="icon" href="data:;base64,=">
77
<base href="/">
8+
9+
<script type="application/ld+json">
10+
{
11+
"@context": "http://schema.org",
12+
"@type": "Organization",
13+
"url": "http://www.simplejavamail.org",
14+
"name": "Simple Java Mail",
15+
"sameAs": [
16+
"https://github.com/bbottema/simple-java-mail"
17+
]
18+
}
19+
</script>
820
</head>
921
<body class="language-java">
1022
<simple-java-mail-app>

src/main/webapp/src/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Simple Java Mail</title>
6-
<link rel="icon" href="data:;base64,=">
6+
<link rel="icon" href="data:;base64,=">
77
<base href="/">
8+
9+
<script type="application/ld+json">
10+
{
11+
"@context": "http://schema.org",
12+
"@type": "Organization",
13+
"url": "http://www.simplejavamail.org",
14+
"name": "Simple Java Mail",
15+
"sameAs": [
16+
"https://github.com/bbottema/simple-java-mail"
17+
]
18+
}
19+
</script>
820
</head>
921
<body class="language-java">
1022
<simple-java-mail-app>

0 commit comments

Comments
 (0)