diff --git a/pelicanconf.py b/pelicanconf.py index 2133995..30a23a2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,14 +16,8 @@ MENUITEMS = [ ('Categories', f'{SITEBASE}/categories.html'), ] LINKS = ( + ('All My Accounts', 'https://tyrel.dev/links'), ('Book Me', 'https://cal.com/tyrelsouza'), - ('Code', 'https://gitea.tyrel.dev/tyrel'), - ('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'), - ('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'), -) -SOCIAL = ( - ('Instagram', 'https://www.instagram.com/tyrelsouza'), - ('GoodReads', 'https://www.goodreads.com/user/show/24381583-tyrel-souza'), ) PATH = 'content' @@ -71,3 +65,4 @@ DEFAULT_METADATA = { } THEME = "./themes/solarized" +DISPLAY_PAGES_ON_MENU=True diff --git a/themes/solarized/templates/base.html b/themes/solarized/templates/base.html index f7c5319..0811e95 100644 --- a/themes/solarized/templates/base.html +++ b/themes/solarized/templates/base.html @@ -69,13 +69,12 @@ {% endif %} {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
-

{{ SOCIAL_WIDGET_NAME | default('SOCIAL LINKS') }}

+

Syndication