-
Notifications
You must be signed in to change notification settings - Fork 0
/
_data.yml
61 lines (58 loc) · 1.33 KB
/
_data.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
lang: en
home:
welcome: FOSS ✅ | Random things 🦄 | Sports 🥎
metas:
site: FOSS Blog
description: A blog for sharing a topic related to FOSS, Sports and Random things
twitter: "@santhoshveerece"
lang: "=lang"
generator: true
image: https://sanweb.info/wp-content/uploads/2020/05/san-status-thumb.png
extra_head: |
<style>
body {
line-height: 1.6;
}
.page-title {
font-size: 25px;
padding-bottom: 20px;
word-wrap: break-word;
line-height: 1.6;
}
.post-title {
font-size: 27px;
padding-bottom: 10px;
word-wrap: break-word;
line-height: 1.6;
}
</style>
<script type='text/javascript'>
function externalsource() {
var x = document.getElementsByTagName("a");
var i;
for (i = 0; i < x.length; i++) {
if (location.hostname != x[i].hostname) {
x[i].rel = "nofollow noopener";
x[i].target = "_blank";
x[i].title = "Click to open in new window";
}
}
}
mft = setTimeout("externalsource()", 0);
function LoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != "function") {
window.onload = func;
} else {
window.onload = function () {
if (oldonload) {
oldonload();
}
func();
};
}
}
LoadEvent(function () {
externalsource();
});
</script>