Skip to content

Commit 565d0ce

Browse files
committed
chore: update changelog
1 parent c0f45c3 commit 565d0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/layout/TheToc.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const pageToc = computed(() => {
1414
shorterToc.push(cutIndex)
1515
return shorterToc
1616
}
17-
1817
return theToc.value
1918
}
2019
return theToc.value
@@ -50,6 +49,6 @@ const pageToc = computed(() => {
5049
</ul>
5150
</div>
5251

53-
<carbon-ads v-if="!reload" class="bottom-0" />
52+
<carbon-ads v-if="!reload" />
5453
</nav>
5554
</template>

src/pages/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Changelog
1414
## 2022-11-20
1515

1616
- Added `Dictionary` clarification on `keys`. Thanks [Yaya9256](https://github.com/Yaya9256) ([#149](https://github.com/wilfredinni/python-cheatsheet/pull/149)).
17+
- Updated the `changelog` TOC to show only the last 13 updates ([c0f45c3](https://github.com/wilfredinni/python-cheatsheet/commit/ff71cf367bb8ce65ed722094325bad2bc2d56eb9)).
1718

1819
## 2022-11-14
1920

0 commit comments

Comments
 (0)