summaryrefslogtreecommitdiff
path: root/transpiler/transpiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'transpiler/transpiler.cpp')
-rw-r--r--transpiler/transpiler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp
index a171fc6..58d1308 100644
--- a/transpiler/transpiler.cpp
+++ b/transpiler/transpiler.cpp
@@ -197,6 +197,8 @@ int main() {
"\t\t<link rel=\"stylesheet\" href=\"/index.css\">\n"
"\t\t<title>Physics for Games</title>\n"
"\t\t<link rel=\"shortcut icon\" href=\"favicon/favicon.ico\" type=\"image/x-icon\">\n"
+ "\t\t<meta name=\"description\" content=\"A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL.\">\n"
+ "\t\t<meta name=\"og:description\" content=\"A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL.\">\n"
"\t</head>\n"
"\t<body>\n"
"\t\t<header>\n"