File tree Expand file tree Collapse file tree 5 files changed +292
-0
lines changed Expand file tree Collapse file tree 5 files changed +292
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs: # Docs: <https://git.io/JvxXE>
154154 test -f ./out/app-down/404.html
155155 test -f ./out/connection/404.html
156156 test -f ./out/matrix/404.html
157+ test -f ./out/orient/404.html
157158
158159 docker-image :
159160 name : Build docker image
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
44
55The format is based on [ Keep a Changelog] [ keepachangelog ] and this project adheres to [ Semantic Versioning] [ semver ] .
66
7+ ## v2.23.0
8+
9+ ### Added
10+
11+ - Template ` orient ` [ #190 ]
12+
13+ [ #190 ] :https://github.com/tarampampam/error-pages/pull/190
14+
715## v2.22.0
816
917### Changed
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ Transfer/sec: 140.23MB
123123| ` app-down ` | [ ![ app-down] [ app-down-screen ]] [ app-down-link ] |
124124| ` connection ` | [ ![ connection] [ connection-screen ]] [ connection-link ] |
125125| ` matrix ` | [ ![ matrix] [ matrix-screen ]] [ matrix-link ] |
126+ | ` orient ` | [ ![ orient] [ orient-screen ]] [ orient-link ] |
126127
127128> Note: ` noise ` template highly uses the CPU, be careful
128129
@@ -148,6 +149,8 @@ Transfer/sec: 140.23MB
148149[ connection-link ] :https://tarampampam.github.io/error-pages/connection/404.html
149150[ matrix-screen ] :https://hsto.org/webt/ng/tf/oi/ngtfoiolvmq6hf15kimcxmhprhk.gif
150151[ matrix-link ] :https://tarampampam.github.io/error-pages/matrix/404.html
152+ [ orient-screen ] :https://hsto.org/webt/pz/eu/v_/pzeuv_lyeqr0xpusa4zfrtgk7sa.png
153+ [ orient-link ] :https://tarampampam.github.io/error-pages/orient/404.html
151154
152155## 🦾 Contributors
153156
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ templates:
1515 - path : ./templates/app-down.html
1616 - path : ./templates/connection.html
1717 - path : ./templates/matrix.html
18+ - path : ./templates/orient.html
1819
1920formats :
2021 json :
You can’t perform that action at this time.
0 commit comments