Changing to self hosting, restructure, logo and color changes
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import React, { Component } from 'react'
|
||||
import Helmet from 'react-helmet'
|
||||
import Prism from 'prismjs'
|
||||
|
||||
require('prismjs/themes/prism-solarizedlight.css')
|
||||
|
||||
class PostDefault extends Component {
|
||||
componentDidMount() {
|
||||
Prism.highlightAll()
|
||||
}
|
||||
render() {
|
||||
const { data } = this.props
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user