Skip to content

Commit

Permalink
[fix] incorrect meta values with "nested" paths
Browse files Browse the repository at this point in the history
  • Loading branch information
EsseLowNitro authored Dec 30, 2024
1 parent 950420f commit bb51339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign current_page = page.permalink | remove: "/" %}
{% assign current_page = page.permalink | slice: 1, 100 %}

<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
Expand Down

0 comments on commit bb51339

Please sign in to comment.