diff options
Diffstat (limited to 'src/index.sh')
-rwxr-xr-x | src/index.sh | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/src/index.sh b/src/index.sh index 3d7702b..78b650c 100755 --- a/src/index.sh +++ b/src/index.sh @@ -101,6 +101,26 @@ main() </aside> <section class="highlight"> + <h1 class="title">Adopting Free Software Ideals</h1> + + <aside> + This is a talk about practical ethics and ideals. It contains some + awkward discussions that free software activists like to avoid, and + hopes to guide those seeking to adopt more free software ideals, but + fear they may not be able to meet such high standards. It's a talk + about evolution and growth. + </aside> + + <a href="/talks#afsi" class="lp-watch">Watch LibrePlanet 2021 Talk</a> + <br clear="both" /> +</section> + +<section class="compact sm"> + <h1 id="older-posts">Older Posts</h1> + + $( abstracts 3 4 ) + +<section class="highlight"> <h1 class="title">The Surreptitious Assault on Privacy, Security, and Freedom</h1> @@ -117,10 +137,8 @@ main() <br clear="both" /> </section> -<section class="compact sm"> - <h1 id="older-posts">Older Posts</h1> - - $( abstracts {3..8} ) + <div></div> + $( abstracts {5..8} ) <a class="view-all" href="/posts">View all posts</a> </section> |