<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mostdiscussed.com/resources/views/topicindex.blade.php, branch master</title>
<subtitle>Best of Wikipedia, curated, filtered, tagged and discussed. https://mostdiscussed.com</subtitle>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/'/>
<entry>
<title>wording</title>
<updated>2026-07-04T22:49:33+00:00</updated>
<author>
<name>horus</name>
</author>
<published>2026-07-04T22:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=d76dc67a6cfadee8a56368cee4558b5b7fdb10df'/>
<id>d76dc67a6cfadee8a56368cee4558b5b7fdb10df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: topics list</title>
<updated>2026-06-27T13:27:33+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=f60c41d81a2c2eae600bbb96919afd6e4f0a2e69'/>
<id>f60c41d81a2c2eae600bbb96919afd6e4f0a2e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: move topic button inside @if block and remove stray @endif</title>
<updated>2026-06-27T13:11:50+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=3e1375987e5e8d26e8452aa768627edab8f99696'/>
<id>3e1375987e5e8d26e8452aa768627edab8f99696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: wrap /topics in card with header, use solid pink btn-primary on both /topics and /popular/topics</title>
<updated>2026-06-27T13:09:56+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=13d5ecf7c4a450d912e3e763adad4251d93b6724'/>
<id>13d5ecf7c4a450d912e3e763adad4251d93b6724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: use pink outline (btn-outline-pink) for topic buttons on /topics and /popular/topics</title>
<updated>2026-06-27T13:08:10+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=68fd4d706ab146b5062db7f44477ce11e586673d'/>
<id>68fd4d706ab146b5062db7f44477ce11e586673d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: use pink btn-primary for /topics to match /popular/topics</title>
<updated>2026-06-27T13:06:33+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=bf35555684e078ee35dbe20b440ea3dc4ac87a7a'/>
<id>bf35555684e078ee35dbe20b440ea3dc4ac87a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small fixes in the ui</title>
<updated>2026-06-27T13:05:50+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T13:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=1d2586671117015c7983a1aeafe7b0594a7e6371'/>
<id>1d2586671117015c7983a1aeafe7b0594a7e6371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: restore html height: 100% in cinema views for background image</title>
<updated>2026-06-27T05:34:52+00:00</updated>
<author>
<name>dev</name>
</author>
<published>2026-06-27T05:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=79176271ec34b555b564572e02c57a979dbaddc7'/>
<id>79176271ec34b555b564572e02c57a979dbaddc7</id>
<content type='text'>
Page-specific @section('styles') had height: inherit which broke the
body background-attachment: fixed + background-size: cover from
_background.scss. Reverted to height: 100% matching the original SCSS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Page-specific @section('styles') had height: inherit which broke the
body background-attachment: fixed + background-size: cover from
_background.scss. Reverted to height: 100% matching the original SCSS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add footer with about page.</title>
<updated>2020-04-19T16:28:17+00:00</updated>
<author>
<name>horus</name>
</author>
<published>2020-04-19T16:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691'/>
<id>ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaning up the topics page.</title>
<updated>2020-04-08T05:10:03+00:00</updated>
<author>
<name>horus</name>
</author>
<published>2020-04-08T05:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.iamfabulous.de/curious/commit/?id=4999fa77ef0156f791d29e294585fcd920212f79'/>
<id>4999fa77ef0156f791d29e294585fcd920212f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
