diff --git a/_posts/2021-10-29-inherent-subjectivity.md b/_posts/2021-10-29-inherent-subjectivity.md index 39b0c66..c9fee93 100644 --- a/_posts/2021-10-29-inherent-subjectivity.md +++ b/_posts/2021-10-29-inherent-subjectivity.md @@ -24,7 +24,8 @@ So I enter this course with this mindset: we can objectively analyse the world a However... I found myself to be more and more interested in the philosophy side of this course than the psychology side, hell I even started to not like the psychology side anymore, but fall in love with the philosophy. This is where I found the opposite of what I had come for: an alternative definition of objectivity, and an inherent subjectivity of some things. -## What is Objectivity anyway? +What is Objectivity anyway? +--------------------------- This is probably the main question here. What is objectivity? I don't think dictionary definitions are particularly authoritative when it comes to philosophy discussions, but I found this dictionary definition interesting to open the topic with: diff --git a/_sass/bibliography.scss b/_sass/bibliography.scss new file mode 100644 index 0000000..c0bf452 --- /dev/null +++ b/_sass/bibliography.scss @@ -0,0 +1,6 @@ +.bibliography { + span a.heading-link { + left: -40px; + top: 5px; + } +} diff --git a/css/main.scss b/css/main.scss index 32eabb6..d3c5714 100644 --- a/css/main.scss +++ b/css/main.scss @@ -48,5 +48,6 @@ $on-laptop: 800px; "base", "layout", "syntax-highlighting", - "toc" + "toc", + "bibliography" ;