Make assets relative, fix avatars

This commit is contained in:
lostinlight 2019-12-07 02:25:05 +03:00
parent ae0f0e5982
commit dcc1be1ce8
3 changed files with 4 additions and 5 deletions

View File

@ -35,7 +35,7 @@ external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: true
relative_link: false
relative_link: true
future: true
highlight:
enable: true

View File

@ -48,8 +48,8 @@
}
</script>
<script src="/js/main.min.js"></script>
<% if (is_root()) { %> <script src="/js/index.min.js"></script> <% } %>
<% if (ball) { %> <script src="/js/ball.min.js"></script> <% } %>
<%- js('js/main.min.js') %>
<% if (is_root()) { %> <%- js('js/index.min.js') %> <% } %>
<% if (ball) { %> <%- js('js/ball.min.js') %> <% } %>
</body>
</html>

View File

@ -64,7 +64,6 @@ a {
background-repeat: repeat-x;
background-size: 0 0;
background-position: 0 65%;
padding: 0 .1em;
&:hover,
&:focus,
&:active {