Merge branch 'modify-enable-server-side-rendering' of kazu634/blog into master
This commit is contained in:
commit
d7a6a4c3f4
|
@ -0,0 +1,27 @@
|
|||
|
||||
<!-- Footer Section Layout
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<footer role="contentinfo">
|
||||
<div style="text-align:center;">
|
||||
{{ with .Site.Params.profile }}<img src="{{ . }}" width="64" height="64"><br>{{ end }}
|
||||
{{ .Site.Params.copyright }}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
||||
<script>mermaid.initialize({startOnLoad:true});</script>
|
||||
|
||||
{{ with .Site.Params.analytics }}<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', '{{ . }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>{{ end }}
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,6 @@
|
|||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/css/sanitize.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<link rel="stylesheet" href="/css/highlight_monokai.css">
|
||||
<link rel="stylesheet" href="/css/theme.css">
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/css/sanitize.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<link rel="stylesheet" href="/css/highlight_monokai.css">
|
||||
<link rel="stylesheet" href="/css/theme.css">
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/css/sanitize.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<link rel="stylesheet" href="/css/highlight_monokai.css">
|
||||
<link rel="stylesheet" href="/css/theme.css">
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
</div>
|
||||
|
||||
<script src="/js/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script src="/js/mermaid.min.js"></script>
|
||||
<script>mermaid.initialize({startOnLoad:true});</script>
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/css/sanitize.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<link rel="stylesheet" href="/css/highlight_monokai.css">
|
||||
<link rel="stylesheet" href="/css/theme.css">
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/css/sanitize.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<link rel="stylesheet" href="/css/highlight_monokai.css">
|
||||
<link rel="stylesheet" href="/css/theme.css">
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
|
Loading…
Reference in New Issue