Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/getting-started/whatsnew.pug')
-rw-r--r--docs/src/getting-started/whatsnew.pug20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/src/getting-started/whatsnew.pug b/docs/src/getting-started/whatsnew.pug
new file mode 100644
index 0000000..4354e98
--- /dev/null
+++ b/docs/src/getting-started/whatsnew.pug
@@ -0,0 +1,20 @@
+extends ../_layout/_docs-layout.pug
+
+block variables
+ - var slug = 'whatsnew'
+ - var parent = 'getting-started'
+ - var title = 'What\'s New - Getting started - Spectre.css CSS Framework'
+ - var description = 'Spectre.css is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.'
+
+block docs-content
+ +docs-heading('whatsnew', 'What\'s new')
+ include ../_layout/_ad-g.pug
+
+ include:markdown-it ../../../changelog.md
+
+ p
+ a.btn.btn-primary(href='https://github.com/picturepan2/spectre/releases', target='_blank') Releases
+
+ include ../_layout/_ad-c.pug
+
+ include ../_layout/_footer.pug \ No newline at end of file