Skip to content

Commit c41140a

Browse files
committed
Cleanup deprecated options
1 parent 2e190ab commit c41140a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/project/credits.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Credits
33
weight: 80
44
type: docs
5-
markup: mmark
65
---
76

87
Interlisp was a joint effort of many people -- likely more than one hundred -- from its initial beginnings through its heyday until its virtual disappearance. There are more than we can name. There were contributions by employees of BBN, Xerox, and Fuji Xerox and later, employees of Envos and Venue. There are initials in the source code with date of last edit, but who wrote what is sometimes a mystery.

hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaultContentLanguageInSubdir = false
2323
# Useful when translating.
2424
enableMissingTranslationPlaceholders = true
2525

26-
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
26+
disableKinds = ["taxonomy", "RSS"]
2727

2828
# ****************************************************************************
2929
#
@@ -116,7 +116,7 @@ anchor = "smart"
116116

117117
[languages]
118118
[languages.en]
119-
description = "Dedicated to restoring and preserving the Interlisp experience"
119+
# description = "Dedicated to restoring and preserving the Interlisp experience"
120120
languageName ="English"
121121
# Weight used for sorting.
122122
weight = 1
@@ -213,7 +213,7 @@ sidebar_search_disable = false
213213
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
214214
navbar_logo = true
215215
# Set to true to disable the About link in the site footer
216-
footer_about_disable = true # false
216+
footer_about_enable = false
217217
# Turn off transparency in nav bar
218218
navbar_translucent_over_cover_disable = true
219219

0 commit comments

Comments
 (0)