diff options
author | Mike Gerwitz <mtg@gnu.org> | 2021-06-23 22:46:36 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2021-06-23 22:46:36 -0400 |
commit | f08c06e1c2a14e715e58972fd53f561ac82b30c2 (patch) | |
tree | c7d7ac952131894b210d01fcfd7bd8c8b911d9c8 /src | |
parent | bb54e77a09078c7d207624aa14b38de88fe096f0 (diff) | |
download | thoughts-master.tar.gz thoughts-master.tar.bz2 thoughts-master.zip |
This moves SAPSF into the "Older Posts" section, in a somewhat klugy
way.
Diffstat (limited to 'src')
-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> |