Skip to content

Commit

Permalink
refactor(website): format source code
Browse files Browse the repository at this point in the history
Run 'yarn fmt'.
  • Loading branch information
strager committed Oct 13, 2023
1 parent c36705b commit 72b1b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/public/common-head.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<meta name="theme-color" content="#a76851" />
<% if (typeof meta.blogDate === 'undefined') { %>
<meta property="og:type" content="website" />
<% } %> <%# NOTE: See /website/public/blog/blog-head.ejs.html for blog article related tags %>
<% } %> <%# NOTE: See /website/public/blog/blog-head.ejs.html for blog article
related tags %>

<meta name="twitter:card" content="summary_large_image" />
<%#
Expand Down

0 comments on commit 72b1b10

Please sign in to comment.