edit content
This commit is contained in:
parent
71eefd2960
commit
f412ba6263
@ -117,6 +117,9 @@ uwsgi /path/to/uwsgi.ini
|
|||||||
|
|
||||||
then i added the isso script to my gatsby component
|
then i added the isso script to my gatsby component
|
||||||
```javascript
|
```javascript
|
||||||
|
import { Script } from "gatsby";
|
||||||
|
// ...
|
||||||
|
|
||||||
const Comment = ({post_id}) => {
|
const Comment = ({post_id}) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@ -139,7 +142,7 @@ const Comment = ({post_id}) => {
|
|||||||
<SEO title={`${post.title} | ${config.siteTitle}`} />
|
<SEO title={`${post.title} | ${config.siteTitle}`} />
|
||||||
<div className="post page">
|
<div className="post page">
|
||||||
<div className="article figure">
|
<div className="article figure">
|
||||||
<div className="HeaderContainer">
|
<div className="header-container">
|
||||||
<small className="sub">
|
<small className="sub">
|
||||||
{post.date}
|
{post.date}
|
||||||
</small>
|
</small>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React, { useEffect, useState } from "react";
|
import React from "react";
|
||||||
import { graphql, Script } from "gatsby";
|
import { graphql, Script } from "gatsby";
|
||||||
import config from '../../../data/site-config';
|
import config from '../../../data/site-config';
|
||||||
import Base from "../../components/Base";
|
import Base from "../../components/Base";
|
||||||
|
Loading…
Reference in New Issue
Block a user