File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2929
3030 </ script >
3131
32- < meta property ="og:type " content ="website ">
33- < meta property ="og:site_name " content ="nim-lang.org ">
34- < meta property ="og:title " content ="Nim programming language ">
35- < meta property ="og:description " content ="Nim is a systems and applications programming
36- language. Statically typed and compiled, it provides unparalleled performance in an elegant package. ">
37- < meta property ="og:image " content ="https://nim-lang.org/assets/img/logo.png ">
38- < meta property ="og:image:secure_url " content ="https://nim-lang.org/assets/img/logo.png ">
39- < meta property ="og:url " content ="https://nim-lang.org ">
32+ < meta name ="twitter:title " content ="Nim Programming Language ">
33+ < meta name ="twitter:description " content ="A systems programming language that is statically typed and compiled to incredibly efficient dependency free binaries. ">
34+ < meta name ="twitter:site " content ="@nim_lang ">
35+ < meta name ="twitter:card " content ="summary_large_image ">
36+ < meta name ="twitter:image " content ="https://nim-lang.org/assets/img/twitter_banner.png ">
37+
38+ < meta property ="og:title " content ="Nim Programming Language " />
39+ < meta property ="og:type " content ="website " />
40+ < meta property ="og:image " content ="https://nim-lang.org/assets/img/twitter_banner.png " />
41+ < meta property ="og:image:type " content ="image/png " />
42+ < meta property ="og:image:width " content ="1000 " />
43+ < meta property ="og:image:height " content ="500 " />
44+ < meta property ="og:image:alt " content ="Nim Programming Language " />
4045
4146</ head >
You can’t perform that action at this time.
0 commit comments