Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
purwnt authored Jan 5, 2024
1 parent 438d084 commit 4eadc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions belajarpython_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="theme-color" content="#2a5880" />
<link rel="stylesheet" type="text/css" href="/css/base.css?v=1.2.8" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark-reasonable.min.css">
<script src="https://highlightjs.org/static/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" integrity="sha512-D9gUyxqja7hBtkWpPWGt9wfbfaMGVt9gnyCvYa+jojwwPHLCzUm5i8rpk7vD7wNee9bA35eYIjobYPaQuKS1MQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="application/ld+json">
{
Expand All @@ -35,4 +35,4 @@
}
</script>
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>
</head>
</head>

0 comments on commit 4eadc6e

Please sign in to comment.