Skip to content

Commit 256fa10

Browse files
committed
Use smaller copy of C++ logo for OpenGraph previews of LWG issues
1 parent 0e99b1b commit 256fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ R"(<!DOCTYPE html>
183183
<meta property="og:description" content=")" << lwg::replace_reserved_char(desc, '"', "&quot;") << R"(">
184184
<meta property="og:url" content="https://cplusplus.github.io/LWG/)" << url_filename << R"(">
185185
<meta property="og:type" content="website">
186-
<meta property="og:image" content="https://isocpp.org/assets/images/cpp_logo.png">
186+
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
187187
<meta property="og:image:alt" content="C++ logo">)";
188188
}
189189

0 commit comments

Comments
 (0)