feat: Added canonical links support

This commit is contained in:
Roman Kelesidis 2025-03-19 15:04:48 +03:00
commit a2f61a44fb

View file

@ -20,6 +20,9 @@
<!-- ELSE -->
<meta name="robots" content="none">
<!-- ENDIF -->
<!-- IF META_CANONICAL -->
<link rel="canonical" href="{META_CANONICAL}"/>
<!-- ENDIF -->
<!-- IF META_PREV_PAGE -->
<link rel="prev" href="{META_PREV_PAGE}">
<!-- ENDIF / META_PREV_PAGE -->