Skip to content

Commit b7f1e5f

Browse files
committed
feat: update site version in metadata and stylesheet link
1 parent 0de5ded commit b7f1e5f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/_data/site.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"author": "Purwanto",
55
"url": "https://belajarpython.com",
66
"description": "Belajar Python gratis dengan tutorial lengkap berbahasa Indonesia. Panduan pemrograman Python dari dasar hingga mahir: data science, machine learning, AI, dan web development. Dipercaya 100+ kampus & perusahaan di Indonesia.",
7-
"keywords": "belajar python, tutorial python, python indonesia, belajar python pemula, kursus python gratis, pemrograman python, python untuk data science, python machine learning"
7+
"keywords": "belajar python, tutorial python, python indonesia, belajar python pemula, kursus python gratis, pemrograman python, python untuk data science, python machine learning",
8+
"version": "1.3.0"
89
}

src/_includes/head.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<meta name="msvalidate.01" content="8CFBF57F61ECFF6C84740E37B7FCDE15" />
4444

4545
<!-- Styles -->
46-
<link rel="stylesheet" type="text/css" href="/css/base.css?v=1.2.8" />
46+
<link rel="stylesheet" type="text/css" href="/css/base.css?v={{ site.version }}" />
4747
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark-reasonable.min.css">
4848
<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>
4949
<script>hljs.initHighlightingOnLoad();</script>

0 commit comments

Comments
 (0)