Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed OG data
Browse files Browse the repository at this point in the history
nicosomb committed Nov 3, 2024
1 parent 05c119a commit a65b3cc
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _includes/_head.html
Original file line number Diff line number Diff line change
@@ -7,11 +7,12 @@
<link rel="stylesheet" href="/css/fork-awesome.css" integrity="" crossorigin="anonymous">

<meta name="generator" content="{{ eleventy.generator }}">
<meta name="date" content="{{ page.date }}">
<meta name="description" content="{{ site.description }}">

<meta property="og:title" content="wallabag.org">
<meta property="og:description" content="Save and classify articles. Read them later. Freely.">
<meta property="og:title" content="{{ title }}">
<meta property="og:url" content="{{ site.url }}">
<meta property="og:image" content="/img/wallabag_preview.png">
<meta property="og:description" content="{{ description }}">

<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.ico">
1 change: 1 addition & 0 deletions pages/news/20241031-migrate-from-omnivore/index.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
title: 'Migrate from Omnivore to wallabag'
published: true
date: 2024-11-01 11:00:00 +02:00
description: About Omnivore shutdown and migration to wallabag.
---
The read-it-later app Omnivore recently announced that [it is joining the ElevenLabs company](https://blog.omnivore.app/p/omnivore-is-joining-elevenlabs). Unfortunately, as part of this process, they also announced that the service will be shut down, and all user data will be deleted at the end of November.

0 comments on commit a65b3cc

Please sign in to comment.