forked from renard/o-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_footer.html
51 lines (51 loc) · 2.32 KB
/
page_footer.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
</div>
<div id="footer">
<div class="container">
<div class="row">
<nav class="col-md-3">
<h1><lisp>(ob:gettext :about)</lisp></h1>
<!-- about -->
<lisp>(ob:post-content-html (ob:get-snippet "About"))</lisp>
<!-- /about -->
</nav>
<nav id="links" class="col-md-3">
<h1><lisp>(ob:gettext :links)</lisp></h1>
<!-- Navigation Footer -->
<lisp>(ob:post-content-html (ob:get-snippet "Navigation Footer"))</lisp>
<!-- Navigation Footer -->
</nav>
<nav id="archives" class="col-md-3">
<h1><a href="<lisp>(ob:path-to-root)</lisp>/archives.html"><lisp>(ob:gettext :archives)</lisp></a></h1>
<lisp>(let ((snippet (ob:get-snippet "Footer Archives")))
(when snippet (ob:get 'html snippet)))</lisp>
</nav>
<nav class="tags col-md-3">
<h1><a href="<lisp>(ob:path-to-root)</lisp>/tags/index.html"><lisp>(ob:gettext :tags)</lisp></a></h1>
<span class="ob-tagcloud" data-source="<lisp>(ob:path-to-root)</lisp>/tags.js" data-path-to-root="<lisp>(ob:path-to-root)</lisp>"/>
</nav>
</div>
</div>
<div class="copyright" style="text-align: center;">
<!-- copyright -->
<lisp>(ob:post-content-html (ob:get-snippet "Copyright"))</lisp>
<p><lisp>(ob:gettext :powered-by)</lisp> <a href="https://github.com/renard/o-blog">o-blog</a>.</p>
</div>
</div>
<script type="text/javascript">
var path_to_root = "<lisp>(ob:path-to-root)</lisp>";
var ob_this_page = "<lisp>FILE</lisp>";
</script>
<script src="<lisp>(ob:path-to-root)</lisp>/style/jquery-2.1.1.min.js"></script>
<script src="<lisp>(ob:path-to-root)</lisp>/style/bootstrap/js/bootstrap.min.js"></script>
<script src="<lisp>(ob:path-to-root)</lisp>/style/o-blog-bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("head").append([
'<link href="<lisp>(ob:path-to-root)</lisp>/style/bootstrap/css/bootstrap.css" rel="stylesheet">',
'<link href="<lisp>(ob:path-to-root)</lisp>/style/Font-Awesome/css/font-awesome.min.css" rel="stylesheet">',
'<link href="<lisp>(ob:path-to-root)</lisp>/style/tipue/css/tipuesearch.css" rel="stylesheet">',
'<link href="<lisp>(ob:path-to-root)</lisp>/style/tipue/css/tipuedrop.css" rel="stylesheet">'].join());
});
</script>
</body>
</html>