File tree Expand file tree Collapse file tree 9 files changed +24
-15
lines changed Expand file tree Collapse file tree 9 files changed +24
-15
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " preview " : patch
3
+ ---
4
+
5
+ Add "text features" menu item
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ export default function (eleventyConfig) {
50
50
if ( m ) {
51
51
const matches = [ ...m ]
52
52
53
- console . log ( matches ) ;
54
-
55
53
if ( matches [ 0 ] && matches [ 0 ] [ 1 ] ) {
56
54
const lines = matches [ 0 ] [ 1 ] . split ( '\n' ) ;
57
55
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Text features
3
+ page-header: Text features
4
+ page-menu: extra.text-features
3
5
layout: default
4
6
permalink: text-features.html
5
- page-header: Text features
6
7
---
7
8
8
9
< div class ="row ">
Original file line number Diff line number Diff line change 295
295
"title" : " Tasks" ,
296
296
"url" : " tasks.html"
297
297
},
298
+ "text-features" : {
299
+ "title" : " Text features" ,
300
+ "url" : " text-features.html" ,
301
+ "badge" : " New"
302
+ },
298
303
"trial-ended" : {
299
304
"title" : " Trial ended" ,
300
305
"url" : " trial-ended.html"
Original file line number Diff line number Diff line change 15
15
"googleMapsDevKey" : " AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw" ,
16
16
"npmPackage" : " @tabler/core" ,
17
17
"tablerCssPlugins" : [
18
- " tabler- flags" ,
19
- " tabler- socials" ,
20
- " tabler- payments" ,
21
- " tabler- vendors" ,
22
- " tabler- marketing"
18
+ " flags" ,
19
+ " socials" ,
20
+ " payments" ,
21
+ " vendors" ,
22
+ " marketing"
23
23
],
24
24
"icons" : {
25
25
"link" : " https://tabler.io/icons"
Original file line number Diff line number Diff line change 1
1
{
2
- "css" : " sha384-N1s5kG0owk4MIaNFcxeMyWj0SC8Tdk5DgR9iBog70j4/ouZ6s3WuAXMnL6Kic8Ih " ,
3
- "css-rtl" : " sha384-dN0/zBG2+Sh1vD4U2sGzbtb4tl7Y3NIB/+18p5ZFA2gqMo8kfswn6L3dBXTCSmHS " ,
2
+ "css" : " sha384-PNuJR6IM+Hp0aANQ1z6peAyPapQIcZh0/sl569LIaVmYYyKOB7PV54k5uylpk+oh " ,
3
+ "css-rtl" : " sha384-saFHPnOsrpGQJmrXnCuoRT01VuznxgWsM8CE1/6HtdvMeVagQ7T1uw7BBUCQ3q4q " ,
4
4
"css-flags" : " sha384-J4S9gTOgB6a60d8OIMRu7vveDJCqxLAcDfzDN24CQxXmfi1iIFoU3uelSShCMfAD" ,
5
5
"css-flags-rtl" : " sha384-Rh33piKJ6K8C1b07vnxSLBK5RJSnp4UhH37XTfJxWlnVUl3FqH3mW14kOy6nU1Bd" ,
6
6
"css-marketing" : " sha384-0B7WRnNUoK4F4KsXMgsGPmUAKWpfPhAZhoPhzYREYqvThJY24XMJzs3bcH24fv7d" ,
15
15
"css-themes-rtl" : " sha384-+bJhK3cbUPk0SGCLUskjOBARViddapb+MJA1CbWjerZ46uyZbm6L1Gar3Ggs4c8h" ,
16
16
"css-vendors-rtl" : " sha384-xr+kIN4I9zenh4uC7LAOtXhj6eyFUn567Yr23QyaIq4OGRdPNcQ0e52f8T1wTSYh" ,
17
17
"css-vendors" : " sha384-cFz/XfWTmyCb5jkPFO3b51Vgc16vyrRzL3LLD2Ah7yFnpVjxN6nalaCc02Xg2vh4" ,
18
- "js" : " sha384-uSpys8fjyVTPrXxPMi+NhnEMIp1YSGFZSCDrRHjYIUVdInIvlHft8JHLm6Oiw3vA " ,
18
+ "js" : " sha384-ZNN6+libWtqJC2cIhajMCNbC1sPF4g3sXY9SBq327nG28M0fs0ty1QMrrmxzUcXk " ,
19
19
"js-theme" : " sha384-xCA/37z74Ws4TlN18VkTDQ/T5bWJpvhV8k5y5Qp8qMKqKMHSHdAOcQ9qGPn0pUJj" ,
20
20
"demo-css" : " sha384-BUDq2P684xwRBf0GDlySvob+KJg4ko8y2K7njgvYBscmEuqoVVqJ75zcTDozwkFA" ,
21
21
"demo-js" : " sha384-UcTgbM9IZSOPHHuFa0R9H4TegQWoZkJKpeTjLV5hjem2k0CZ67Q4/bW2rT/Edf4Z"
Original file line number Diff line number Diff line change 27
27
<!-- BEGIN PLUGINS STYLES -->
28
28
{% for plugin in site.tablerCssPlugins -%}
29
29
{% if layout-rtl -%}
30
- < link href ="{{ page | relative }}/dist/css/{{ plugin.name }}.rtl{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} " rel ="stylesheet "{% if environment ! = 'development ' %} integrity ="{{ sri[`${plugin.sri }-rtl`] }} "{% endif %} />
30
+ < link href ="{{ page | relative }}/dist/css/tabler- {{ plugin }}.rtl{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} " rel ="stylesheet "{% if environment ! = 'development ' %} integrity ="{{ sri[`css- ${plugin}-rtl`] }} "{% endif %} />
31
31
{% else -%}
32
- < link href ="{{ page | relative }}/dist/css/{{ plugin.name }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} " rel ="stylesheet "{% if environment ! = 'development ' %} integrity ="{{ sri[plugin.sri ] }} "{% endif %} />
32
+ < link href ="{{ page | relative }}/dist/css/tabler- {{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} " rel ="stylesheet "{% if environment ! = 'development ' %} integrity ="{{ sri[`css-${ plugin}` ] }} "{% endif %} />
33
33
{% endif -%}
34
34
{% endfor -%}
35
35
<!-- END PLUGINS STYLES -->
Original file line number Diff line number Diff line change 1
1
{% assign layout-dark = page.layout-dark | default: site.layout-dark -%}
2
2
<!doctype html>
3
3
{% include "layout/banner.html" %}
4
- {% assign title = page. title | default: layout.title %}
4
+ {% assign title = title | default: layout.title %}
5
5
< html lang ="en "{% if layout-rtl %} dir ="rtl " {% endif %}{% if layout.html-class or page.html-class %} class ="{{ page.html-class | default: layout.html-class }} "{% endif %} >
6
6
< head >
7
7
< meta charset ="utf-8 "/>
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="/dist/css/tabler{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} " />
10
10
{% for plugin in site.tablerCssPlugins %}
11
11
< link
12
- href ="/dist/css/{{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} "
12
+ href ="/dist/css/tabler- {{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %} "
13
13
rel ="stylesheet " />
14
14
{% endfor %}
15
15
You can’t perform that action at this time.
0 commit comments