diff --git a/static/src/less/style.less b/static/src/less/style.less index 689bc98..0a9a183 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -155,8 +155,9 @@ footer { .breadcrumb-container { text-align: right; .breadcrumb { - li + li::before { + li::before { content: "/"; + padding: 0 3px; } background: transparent; margin-bottom: 3px; diff --git a/templates/about/index.html b/templates/about/index.html index 949c9e8..86222ef 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -23,7 +23,7 @@ Some info about my website, which clearly works well as you're using it right now!
@@ -36,10 +36,10 @@