File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en-US " class ="no-js ">
3+ < head >
4+ < title > {{ .Title }} · {{ .Site.Title }}</ title >
5+ < base target ="_top " />
6+ < style >
7+ {{ partial "oembed.css" . | safeCSS }}
8+ </ style >
9+ < meta name ="robots " content ="noindex, follow "/>
10+ < link rel ="canonical " href ="{{ .Permalink }} " />
11+ </ head >
12+ < body class ="hugo hugo-embed-responsive ">
13+ < div class ="hugo-embed ">
14+ < p class ="hugo-embed-heading ">
15+ < a href ="{{ .Permalink }} " target ="_top "> {{ .Title }}</ a >
16+ </ p >
17+ < div class ="hugo-embed-excerpt ">
18+ A small, lisp-inspired, functional scripting language
19+ </ div >
20+ < div class ="hugo-embed-footer ">
21+ < div class ="hugo-embed-site-title ">
22+ < a href ="{{ .Site.BaseURL }} " target ="_top ">
23+ {{ with resources.Get "images/Ark-slim-logo.png" }}
24+ < img src ="{{ .RelPermalink }} " id ="homepage-logo " alt ="ArkScript logo " width ="32 " height ="32 " alt ="{{ .Site.Title }} " class ="hugo-embed-site-icon " />
25+ < span > {{ .Site.Title }}</ span >
26+ {{ end }}
27+ </ a >
28+ </ div >
29+ </ div >
30+ </ div >
31+ </ body >
32+ </ html >
33+
Original file line number Diff line number Diff line change 44 "provider_url" : " {{ .Site.BaseURL }}" ,
55 "type" : " rich" ,
66 "title" : " {{ .Title }} | {{ .Site.Title }}" ,
7+ "type" : " rich" ,
8+ "width" : 600 ,
9+ "height" : 338 ,
10+ "thumbnail_url" : " {{ .Site.BaseURL }}/cover.png" ,
11+ "thumbnail_width" : 600 ,
12+ "thumbnail_height" : 338 ,
713 "url" : " {{ .Permalink }}" ,
8- "author_name" : " {{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}" ,
914 "html" : " <iframe src=\" {{ .Permalink }}iframe.html\" width=\" 600\" height=\" 200\" title=\" {{ .Title }}\" frameborder=\" 0\" marginwidth=\" 0\" marginheight=\" 0\" scrolling=\" no\" class=\" hugo-embedded-content\" ></iframe>"
1015}
1116
You can’t perform that action at this time.
0 commit comments