Skip to content

Commit

Permalink
tiny comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Jan 16, 2020
1 parent d3595e4 commit c7868c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/themes/uppy/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (page.series) {
window.PAGE_TYPE = "<%- page.type %>"
</script>
<%- css('css/main').replace('.css', '.css?version=2') %>
<!-- ^-- poor man's solution to css cache busting. bump the version when there's something new we really want users to see -->
<!-- ^ poor man's solution to css cache busting. bump the version when there's something new we really want users to see -->
</head>
<body class="<%= isIndex ? 'page-index' : 'page-inner' %> <%= page.body_class %>">
<div class="page">
Expand Down

0 comments on commit c7868c5

Please sign in to comment.