asciidoctor-html 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a39fc2fadfd3b4baeee4f26026e0195a891e418a4a3c8458dff6c5984054ffe2
4
- data.tar.gz: 9fe38d49a21d8bb8d1a59141b868ae5b34b8ebc644ba903cab30c7c663694021
3
+ metadata.gz: e99d1309e5d86512f33b07823f062263001f0e72694f8a5da799441d05889f86
4
+ data.tar.gz: 78e1069a3571247bbcddc1024f0b32d4639a5570a2185b13495f38e974bc176c
5
5
  SHA512:
6
- metadata.gz: f74d4a0427d71e18516f4bdff181a6dd793fced544026fa9d7d256015910b2b3fd4bf6a0c2186d057d1f31c592b27793ddb840c7a869514a7e17b672968d9924
7
- data.tar.gz: 22fa36d9ba49b5220e422d2cff6517c3224ec06eae7bcf96de4cdb700b937cdded026a615d203cea4d968ebf5c6fb45697267def1272f4acf5de1f850805a222
6
+ metadata.gz: ff4f4c90f19a05162e9a6f0fe5295f6efc43dfe6f6f9a7191db3b70d9c49b7c9a895af90d3edd311b8afc49d66e80feccdf391e0ecac533d2186c42649922ebe
7
+ data.tar.gz: a4a2100158a4c08b0ea2342d6667993d409845f0d31a40bbbdcbb51f3003e62005eb0732f7fcb0841786294c0fe56a3bc5dda3838d155ac14e7a928bd1131db6
data/CHANGELOG.md CHANGED
@@ -46,3 +46,8 @@
46
46
  - Support for inlining SVGs.
47
47
  - CLI now copies assets from srcdir to outdir.
48
48
  - Pagination links at the bottom of content.
49
+
50
+ ## [0.1.8] - 2025-08-06
51
+
52
+ - Hide paginator on single page website.
53
+ - Add description meta tags to docs pages.
@@ -8,6 +8,8 @@ module Asciidoctor
8
8
  PagItem = Struct.new("PagItem", :url, :title)
9
9
 
10
10
  def display_paginator(prv, nxt)
11
+ return "" unless prv || nxt
12
+
11
13
  <<~HTML
12
14
  <div class="paginator-wrapper">
13
15
  <div class="d-inline-block">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Rajani