Skip to content

Commit b620703

Browse files
authored
chore: add playground entry on homepage (#590)
1 parent a6f6a7d commit b620703

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .assemblerc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ description: >
8888
8989
# URLs
9090
homepage: http://lesscss.org
91-
onlineeditor: http://lesscss.org/less-preview
91+
playground: http://lesscss.org/less-preview
9292
repo: <%= pkg.homepage %>
9393
issues: <%= pkg.bugs.url %>?&state=open
9494
download:
9595
source: <%= pkg.homepage %>/archive/master.zip
9696
latest: https://raw.github.com/less/less.js/master/dist/less.js
9797

9898
cdn:
99-
cloudflare: https://cdn.jsdelivr.net/npm/less@4
99+
cloudflare: https://cdn.jsdelivr.net/npm/less
100100

101101

102102
# =============================================

Diff for: templates/includes/docs-header.hbs

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<p>Or the browser:</p>
1313
<code>{{marked '<link rel="stylesheet/less" type="text/css" href="styles.less" />' }}</code><br>
1414
<code>&lt;script src="<a href="{{ site.cdn.cloudflare }}">{{ site.cdn.cloudflare }}</a>" &gt;&lt;/script&gt;</code><br>
15+
<br><br>
16+
<p>Or try <code><a href="{{ site.playground }}">online playground</a></code> ! 🆕</p>
1517

1618
</div>
1719
</div>

0 commit comments

Comments
 (0)