Skip to content

Commit

Permalink
Merge pull request #663 from C2DH/feature/issue-0405
Browse files Browse the repository at this point in the history
social media issue 4 and 5 / https://github.com/C2DH/jdh-notebook/iss…
  • Loading branch information
eliselavy authored Oct 21, 2024
2 parents dff19d1 + b895c10 commit e4f58e2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 62 deletions.
Binary file added public/img/issues/social-media/jdh004-jdh005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 45 additions & 62 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="schema.DCTERMS" href="https://purl.org/dc/terms/" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
data-react-helmet="true"
name="description"
content="Write (Digital) History! The Journal of Digital History is an international, academic, peer-reviewed and open access journal with multi-layered articles"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="schema.DCTERMS" href="https://purl.org/dc/terms/" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="theme-color" content="#000000" />
<meta data-react-helmet="true" name="description"
content="Write (Digital) History! The Journal of Digital History is an international, academic, peer-reviewed and open access journal with multi-layered articles" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -26,51 +24,35 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title data-react-helmet="true">Journal of Digital History</title>
<meta property="og:title" content="Journal of Digital History" data-react-helmet="true" />
<meta
property="og:description"
content="The Journal of Digital History (JDH) is an international, academic, peer-reviewed and open-access journal. JDH will set new standards in history publishing based on the principle of multi-layered articles."
data-react-helmet="true"
/>
<meta property="og:site_name" content="Journal of Digital History" data-react-helmet="true" />
<meta property="og:type" content="website" data-react-helmet="true" />
<meta
property="og:image"
content="https://journalofdigitalhistory.org/img/issues/social-media/jdh003.png"
data-react-helmet="true"
/>
<meta property="og:url" content="%REACT_APP_BASEURL%" data-react-helmet="true" />
<meta name="twitter:card" content="summary" data-react-helmet="true" />
<meta name="twitter:site" content="@Journal_DigHist" data-react-helmet="true" />
<meta name="twitter:title" content="Journal of Digital History" data-react-helmet="true" />
<meta
name="twitter:description"
content="The Journal of Digital History (JDH) is an international, academic, peer-reviewed and open-access journal. JDH will set new standards in history publishing based on the principle of multi-layered articles."
data-react-helmet="true"
/>
<meta
name="twitter:image"
content="https://journalofdigitalhistory.org/img/issues/social-media/jdh003.png"
data-react-helmet="true"
/>
<link
rel="stylesheet"
type="text/css"
charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<title data-react-helmet="true">Journal of Digital History</title>
<meta property="og:title" content="Journal of Digital History" data-react-helmet="true" />
<meta property="og:description"
content="The Journal of Digital History (JDH) is an international, academic, peer-reviewed and open-access journal. JDH will set new standards in history publishing based on the principle of multi-layered articles."
data-react-helmet="true" />
<meta property="og:site_name" content="Journal of Digital History" data-react-helmet="true" />
<meta property="og:type" content="website" data-react-helmet="true" />
<meta property="og:image" content="https://journalofdigitalhistory.org/img/issues/social-media/jdh004-jdh005.png"
data-react-helmet="true" />
<meta property="og:url" content="%REACT_APP_BASEURL%" data-react-helmet="true" />
<meta name="twitter:card" content="summary" data-react-helmet="true" />
<meta name="twitter:site" content="@Journal_DigHist" data-react-helmet="true" />
<meta name="twitter:title" content="Journal of Digital History" data-react-helmet="true" />
<meta name="twitter:description"
content="The Journal of Digital History (JDH) is an international, academic, peer-reviewed and open-access journal. JDH will set new standards in history publishing based on the principle of multi-layered articles."
data-react-helmet="true" />
<meta name="twitter:image" content="https://journalofdigitalhistory.org/img/issues/social-media/jdh004-jdh005.png"
data-react-helmet="true" />
<link rel="stylesheet" type="text/css" charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -80,5 +62,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</body>

</html>

0 comments on commit e4f58e2

Please sign in to comment.