Skip to content

Commit

Permalink
Docs0 v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleperilli committed Dec 16, 2024
1 parent 4663bf6 commit 322617c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Docs0 Changelog

## 1.1.4 (2024-12-16)
- Fix loading style with no script

## 1.1.3 (2024-10-13)
- Hide redirects and unlisted pages from "Next Reading" list and search index

Expand Down
5 changes: 5 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<link rel="stylesheet" href="/assets/css/style.css">

<script src="/assets/scripts/preload.min.js" defer></script>
<noscript>
<style>
.page.loading { visibility: inherit !important; }
</style>
</noscript>
</head>
<body class="page-{{ page.title | slugify }} {% if page.layout == 'home' %}front-site{% endif %} {% if page.body_class %}{{ page.body_class }}{% endif %}">

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Docs0",
"version": "1.1.3",
"lastUpdated": "2024-10-13",
"version": "1.1.4",
"lastUpdated": "2024-12-16",
"scripts": {
"run (incremental)": "bundle exec jekyll serve --incremental --port 4001",
"run (full)": "bundle exec jekyll serve --port 4001",
Expand Down

0 comments on commit 322617c

Please sign in to comment.