Skip to content

Commit 77e0952

Browse files
committed
Release v2.5.1
1 parent 5494102 commit 77e0952

17 files changed

+50
-53
lines changed

dist/blogger-tweaks.min.css

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layouts/block-duo.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Block Duo Layout -- Two big columns followed by a single footer
55
Usage:
6-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.3/dist/dna-engine.css>
7-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.3/dist/panel-nav.css>
6+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-dom@3.3/dist/dna-dom.css>
7+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-dom@3.3/dist/panel-nav.css>
88
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.5/dist/reset.min.css>
99
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.5/dist/layouts/block-duo.css>
1010
<style>
@@ -73,7 +73,7 @@ main >section aside img {
7373
border: 3px solid gainsboro;
7474
}
7575

76-
/* dna-engine panel navigation */
76+
/* dna-dom panel navigation */
7777
nav.dna-menu[data-style=flat-tabs] span {
7878
padding: 10px 12px;
7979
}

dist/layouts/color-blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Blocks Layout -- Two columns of colorful blocks

dist/layouts/color-slide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Slide Layout -- Top to botttom color transition

dist/layouts/letterbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Letterbox Layout -- Edge-to-edge semi-opaque bar over cover background image

dist/layouts/modern.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Modern Layout -- Clean blog post page

dist/layouts/neon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Neon Layout -- For hackers and space junkies

dist/layouts/neon.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
1+
//! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License
22
const numNeonImages=8;const randomImage=Date.now()%numNeonImages+1;globalThis.document.body.classList.add("neon-image-"+String(randomImage));

dist/layouts/vertical-bars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Vertical Bars Layout -- traditional boring old-school webpage

dist/layouts/zebra-sections.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.5.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.5.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Zebra Sections Layout -- Edge-to-edge blocks with alternating background colors

0 commit comments

Comments
 (0)