forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (76 loc) · 3.31 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//zxcat.github.io/k/themes/Roon/favicon.ico">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400italic,700italic,700,400">
<link rel="stylesheet" type="text/css" href="//zxcat.github.io/k/themes/Roon/assets/css/screen.css?v=1.0.0" />
<link rel="canonical" href="https://zxcat.github.io/kundefined" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="kzxcat — test" href="https://zxcat.github.io/k/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="home-template ">
<header role="banner">
<div class="wrap">
<h1><a href="https://zxcat.github.io/k">kzxcat — test</a></h1>
<hr>
</div>
</header>
<nav class="pagination" role="navigation">
<span class="page-number">Page 0 of 0</span>
</nav>
<footer role="contentinfo">
<div class="inner">
<div class="vcard">
<!-- <a href="https://zxcat.github.io/k/rss" id="btn_feed" class="btn" title="Feed" target="_blank">
<span aria-hidden="true" data-icon=")"></span>
<strong>Feed</strong>
</a> -->
<div class="details">
<h4><a href="https://zxcat.github.io/k" class="url n">kzxcat — test</a></h4>
<a href="https://zxcat.github.io/k" class="js-remove-domain-schema">https://zxcat.github.io/k</a><br>
<span>Published with <a href="http://hubpress.io">HubPress</a></span>
</div>
</div>
<div id="user_bio">
<div class="inner">
проверка hubpress
</div>
</div>
</div>
</footer>
<script>
function no_schema_links () {
var links = document.querySelectorAll('.js-remove-domain-schema');
if (links) {
for (i = 0; i < links.length; ++i) {
var link = links[i],
text = link.innerHTML,
no_schema = text.replace(/.*?:\/\//g, "");
link.innerHTML = no_schema;
}
}
}
window.onload = function () {
no_schema_links();
}
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
</body>
</html>