Skip to content

Commit

Permalink
try to add email subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Sep 24, 2023
1 parent 1470498 commit 031d8d7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v2/Generator/RSCGList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ title: List of RSCG
description: the RSCG list in time order
slug: /List-of-RSCG
---
import useBaseUrl from '@docusaurus/useBaseUrl';

<head>
<script src={useBaseUrl('/js/mailerlite.js')} />;
</head>

## {{ nr }} RSCG with examples in descending chronological order

This is the list of {{ nr }} ( {{nrMSFT}} from Microsoft) RSCG with examples

[See as json](/exports/RSCG.json) [See as Excel](/exports/RSCG.xlsx)

<div className="ml-embedded" data-form="P8l1V8"></div>

## Complete list

{{~
inDescOrder = all | array.sort "ReverseNr"
Expand Down
8 changes: 8 additions & 0 deletions v2/rscg_examples_site/docs/indexRSCG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ title: List of RSCG
description: the RSCG list in time order
slug: /List-of-RSCG
---
import useBaseUrl from '@docusaurus/useBaseUrl';

<head>
<script src={useBaseUrl('/js/mailerlite.js')} />;
</head>

## 60 RSCG with examples in descending chronological order

This is the list of 60 ( 6 from Microsoft) RSCG with examples

[See as json](/exports/RSCG.json) [See as Excel](/exports/RSCG.xlsx)

<div className="ml-embedded" data-form="P8l1V8"></div>

## Complete list


| No | Name | Date | Category |
Expand Down
Binary file modified v2/rscg_examples_site/static/exports/RSCG.xlsx
Binary file not shown.
5 changes: 5 additions & 0 deletions v2/rscg_examples_site/static/js/mailerlite.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
.push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
(window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
ml('account', '611357');

0 comments on commit 031d8d7

Please sign in to comment.