diff --git a/CHANGELOG.md b/CHANGELOG.md index 786b776..4ac40d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased version + +- BREAKING CHANGE: Allow changing the order of the social network links that appear in the footer (#1152) + ## v6.0.1 (2023-06-08) This version has been in the works for a few years. It includes several new features that were highly requested, numerous bug fixes, new documentation, and aggresively encourages migrating from the old Google Universal Analytics to the new Analytics 4. diff --git a/_config.yml b/_config.yml index cb8926c..99ac381 100644 --- a/_config.yml +++ b/_config.yml @@ -47,6 +47,7 @@ round-avatar: true ##################################### # Select the social network links that you want to show in the footer. +# You can change the order that they show up on the page by changing the order here. # Uncomment the links you want to show and add your information to each one. social-network-links: email: "someone@example.com" diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index 6ca15a0..4d8722e 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -1,6 +1,9 @@ +{% if site.social-network-links %}
+{% endif %} \ No newline at end of file