Skip to content

Commit

Permalink
Update header.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
barretlee authored Jan 4, 2025
1 parent 2aebe41 commit dc656a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ if(page.description) {
<% if (page.next){ %><link rel="next" href="<%- config.url %><%- url_for(page.next.path) %>" title="<%= page.next.title %>" /><% } %>
<link rel="start" href="<%- config.url %><%- url_for('entry/') %>" title="Blog Entry" />
<link rel="stylesheet" href="/public/css/style-20230627-2.css">

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4057552299339993" crossorigin="anonymous"></script>
</head>

0 comments on commit dc656a6

Please sign in to comment.