File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ Macros:
434434 FRONTPAGE_ORG=$(DIVC frontpage-orgs-cell dont-highlight-link donthyphenate, $(LINK2 $2, $(FRONTPAGE_ORG_IMG $3)) $(H3 $1) $(P $(I $4 )))
435435 _= Single word inline CSS needs to be escaped _=
436436 C_A=$1:$2;
437+ META_DESCRIPTION=D is a systems programming language with C-like syntax and static typing.
437438 EXTRA_HEADERS=$(T style,
438439 .why-d-icon {
439440 padding-right: 0.2em;
@@ -467,3 +468,10 @@ Macros:
467468 margin-bottom: -0.5em;
468469 }
469470 )
471+ $(COMMENT index.html only for now, until we can figure out
472+ how to generate a URL to the current page for og:url)
473+ <meta property="og:title" content="$(FULL_TITLE)" />
474+ <meta property="og:type" content="website" />
475+ <meta property="og:url" content="https://dlang.org/" />
476+ <meta property="og:image" content="https://dlang.org/images/dlogo_opengraph.png" />
477+ <meta property="og:description" content="$(META_DESCRIPTION)" />
You can’t perform that action at this time.
0 commit comments